org.bouncycastle.jce.provider
Class ProviderUtil

java.lang.Object
  extended by org.bouncycastle.jce.provider.ProviderUtil

 class ProviderUtil
extends java.lang.Object


Field Summary
private static java.security.Permission BC_EC_LOCAL_PERMISSION
           
private static java.security.Permission BC_EC_PERMISSION
           
private static ECParameterSpec ecImplicitCaParams
           
private static long MAX_MEMORY
           
private static java.lang.ThreadLocal threadSpec
           
 
Constructor Summary
ProviderUtil()
           
 
Method Summary
(package private) static ECParameterSpec getEcImplicitlyCa()
           
(package private) static int getReadLimit(java.io.InputStream in)
           
(package private) static void setParameter(java.lang.String parameterName, java.lang.Object parameter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_MEMORY

private static final long MAX_MEMORY

BC_EC_LOCAL_PERMISSION

private static java.security.Permission BC_EC_LOCAL_PERMISSION

BC_EC_PERMISSION

private static java.security.Permission BC_EC_PERMISSION

threadSpec

private static java.lang.ThreadLocal threadSpec

ecImplicitCaParams

private static volatile ECParameterSpec ecImplicitCaParams
Constructor Detail

ProviderUtil

ProviderUtil()
Method Detail

setParameter

static void setParameter(java.lang.String parameterName,
                         java.lang.Object parameter)

getEcImplicitlyCa

static ECParameterSpec getEcImplicitlyCa()

getReadLimit

static int getReadLimit(java.io.InputStream in)
                 throws java.io.IOException
Throws:
java.io.IOException