Searched refs:JceSecurityManager (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DJceSecurityManager.java50 final class JceSecurityManager extends SecurityManager { class in inherits:SecurityManager
62 static final JceSecurityManager INSTANCE;
68 INSTANCE = (JceSecurityManager)
71 return new JceSecurityManager();
76 private JceSecurityManager() { method in class:JceSecurityManager
H A DCipher.java252 if (!JceSecurityManager.INSTANCE.isCallerTrusted()) {
2503 return JceSecurityManager.INSTANCE.getCryptoPermission(parts[0]);

Completed in 37 milliseconds