Home | History | Annotate | Download | only in crypto

Lines Matching refs:Security

36 import java.security.*;
37 import java.security.Provider.Service;
38 import java.security.spec.AlgorithmParameterSpec;
39 import java.security.spec.InvalidParameterSpecException;
40 import java.security.cert.Certificate;
41 import java.security.cert.X509Certificate;
48 import sun.security.util.Debug;
49 import sun.security.jca.*;
50 import sun.security.jca.GetInstance.Instance;
615 * <a href="{@docRoot}openjdk-redirect.html?v=8&path=/technotes/guides/security/StandardNames.html#Cipher">
772 * <p> This method traverses the list of registered security Providers,
779 * the {@link Security#getProviders() Security.getProviders()} method.
784 * "{@docRoot}openjdk-redirect.html?v=8&path=/technotes/guides/security/StandardNames.html#Cipher">
798 * @see java.security.Provider
813 * in the security provider list.
816 * the {@link Security#getProviders() Security.getProviders()} method.
821 * "{@docRoot}openjdk-redirect.html?v=8&path=/technotes/guides/security/StandardNames.html#Cipher">
835 * registered in the security provider list.
843 * @see java.security.Provider
853 Provider p = Security.getProvider(provider);
873 * "{@docRoot}openjdk-redirect.html?v=8&path=/technotes/guides/security/StandardNames.html#Cipher">
892 * @see java.security.Provider
1596 if (certificate instanceof java.security.cert.X509Certificate) {
2475 * "{@docRoot}openjdk-redirect.html?v=8&path=/technotes/guides/security/crypto/CryptoSpec.html#AppC">
2824 * {@link org.apache.harmony.security.fortress.Engine.SpiAndProvider}, throws the first exception that was
2874 for (Provider prov : Security.getProviders()) {