Searched refs:security (Results 151 - 175 of 2975) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/security/KeyPairGenerator/
H A DGenerateRSAKeyPair.java28 * java.security.spec.RSAKeyGenParameterSpec passes
31 import java.security.KeyPairGenerator;
32 import java.security.KeyPair;
33 import java.security.spec.RSAKeyGenParameterSpec;
/openjdk7/jdk/src/share/classes/sun/security/acl/
H A DPermissionImpl.java26 package sun.security.acl;
28 import java.security.Principal;
29 import java.security.acl.*;
/openjdk7/jdk/src/share/classes/sun/security/action/
H A DGetBooleanSecurityPropertyAction.java26 package sun.security.action;
28 import java.security.Security;
31 * A convenience class for retrieving the boolean value of a security property
37 * <p>The following code retrieves the boolean value of the security
41 * boolean b = java.security.AccessController.doPrivileged
47 implements java.security.PrivilegedAction<Boolean> {
51 * Constructor that takes the name of the security property whose boolean
54 * @param theProp the name of the security property
61 * Determines the boolean value of the security property whose name was
64 * @return the <code>Boolean</code> value of the security propert
[all...]
H A DPutAllAction.java26 package sun.security.action;
30 import java.security.Provider;
31 import java.security.PrivilegedAction;
37 * @see sun.security.rsa.SunRsaSign
/openjdk7/jdk/make/javax/others/
H A DMakefile41 javax/security/auth \
42 javax/security/cert \
43 javax/security/sasl \
/openjdk7/jdk/src/share/classes/javax/security/auth/
H A DDestroyFailedException.java26 package javax.security.auth;
H A DRefreshFailedException.java26 package javax.security.auth;
/openjdk7/jdk/src/share/classes/javax/security/auth/callback/
H A DCallbackHandler.java26 package javax.security.auth.callback;
30 * it to underlying security services so that they may interact with
41 * <p> Underlying security services make requests for different types
54 * security property. The security property can be set
55 * in the Java security properties file located in the file named
56 * &lt;JAVA_HOME&gt;/lib/security/java.security.
60 * <p> If the security property is set to the fully qualified name of a
142 * by an underlying security servic
[all...]
/openjdk7/jdk/src/share/classes/javax/security/auth/login/
H A DAccountException.java26 package javax.security.auth.login;
H A DAccountExpiredException.java26 package javax.security.auth.login;
H A DAccountLockedException.java26 package javax.security.auth.login;
H A DAccountNotFoundException.java26 package javax.security.auth.login;
H A DCredentialException.java26 package javax.security.auth.login;
H A DCredentialExpiredException.java26 package javax.security.auth.login;
H A DCredentialNotFoundException.java26 package javax.security.auth.login;
H A DFailedLoginException.java26 package javax.security.auth.login;
/openjdk7/jdk/src/share/classes/javax/xml/crypto/
H A DAlgorithmMethod.java30 import java.security.spec.AlgorithmParameterSpec;
34 * specifications. Subclasses represent specific types of XML security
/openjdk7/jdk/src/share/classes/java/security/
H A DCryptoPrimitive.java26 package java.security;
H A DInvalidParameterException.java26 package java.security;
H A DKey.java26 package java.security;
86 * <a href="../../../platform/serialization/spec/security.html">
96 * @see java.security.spec.KeySpec
118 * "../../../technotes/guides/security/crypto/CryptoSpec.html#AppA">
H A DNoSuchProviderException.java26 package java.security;
29 * This exception is thrown when a particular security provider is
H A DPrincipal.java26 package java.security;
33 * @see java.security.cert.X509Certificate
H A DSecureRandomSpi.java26 package java.security;
H A DUnrecoverableEntryException.java26 package java.security;
H A DUnrecoverableKeyException.java26 package java.security;

Completed in 107 milliseconds

1234567891011>>