Home » openjdk-7 » javax » crypto » [javadoc | source]
javax.crypto
final class: JceSecurity [javadoc | source]
java.lang.Object
   javax.crypto.JceSecurity
This class instantiates implementations of JCE engine classes from providers registered with the java.security.Security object.
Field Summary
static final  SecureRandom RANDOM     
Method from javax.crypto.JceSecurity Summary:
canUseProvider,   getCodeBase,   getDefaultPolicy,   getExemptPolicy,   getInstance,   getInstance,   getInstance,   getVerificationResult,   isRestricted,   verifyExemptJar,   verifyProviderJar
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.crypto.JceSecurity Detail:
 static boolean canUseProvider(Provider p) 
 static URL getCodeBase(Class clazz) 
 static CryptoPermissions getDefaultPolicy() 
 static CryptoPermissions getExemptPolicy() 
 static Instance getInstance(String type,
    Class clazz,
    String algorithm) throws NoSuchAlgorithmException 
 static Instance getInstance(String type,
    Class clazz,
    String algorithm,
    String provider) throws NoSuchAlgorithmException, NoSuchProviderException 
 static Instance getInstance(String type,
    Class clazz,
    String algorithm,
    Provider provider) throws NoSuchAlgorithmException 
 static synchronized Exception getVerificationResult(Provider p) 
 static boolean isRestricted() 
 static CryptoPermissions verifyExemptJar(URL codeBase) throws Exception 
    Verify if the JAR at URL codeBase is a signed exempt application JAR file and returns the permissions bundled with the JAR.
 static  void verifyProviderJar(URL codeBase) throws Exception 
    Verify if the JAR at URL codeBase is a signed provider JAR file.