Home » openjdk-7 » javax » crypto » [javadoc | source]
javax.crypto
final class: CryptoPolicyParser [javadoc | source]
java.lang.Object
   javax.crypto.CryptoPolicyParser
JCE has two pairs of jurisdiction policy files: one represents U.S. export laws, and the other represents the local laws of the country where the JCE will be used. The jurisdiction policy file has the same syntax as JDK policy files except that JCE has new permission classes called javax.crypto.CryptoPermission and javax.crypto.CryptoAllPermission. The format of a permission entry in the jurisdiction policy file is: permission [, [[, ][, [, , ]]]];
Nested Class Summary:
static final class  CryptoPolicyParser.ParsingException   
Constructor:
 CryptoPolicyParser() 
Method from javax.crypto.CryptoPolicyParser Summary:
getPermissions,   read
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.crypto.CryptoPolicyParser Detail:
 CryptoPermission[] getPermissions() 
  void read(Reader policy) throws ParsingException, IOException 
    Reads a policy configuration using a Reader object.