Searched refs:provider (Results 376 - 400 of 484) sorted by relevance

<<11121314151617181920

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/provider/
H A DXMLProviderArgumentBuilder.java26 package com.sun.xml.internal.ws.server.provider;
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/DES/
H A DDesAPITest.java35 import com.sun.crypto.provider.*;
/openjdk7/jdk/test/com/sun/crypto/provider/KeyAgreement/
H A DDHGenSharedSecret.java35 import com.sun.crypto.provider.*;
H A DDHKeyFactory.java39 import com.sun.crypto.provider.SunJCE;
H A DDHKeyGenSpeed.java35 import com.sun.crypto.provider.*;
/openjdk7/jdk/test/com/sun/crypto/provider/Mac/
H A DHmacMD5.java42 Provider jce = new com.sun.crypto.provider.SunJCE();
/openjdk7/jdk/test/sun/security/provider/PolicyFile/
H A DTokenStore.java41 import sun.security.provider.*;
211 // test policy keystore + URL + type + provider
223 // test policy keystore + URL + type + provider + password
229 // test policy keystore + URL + type + provider + BAD password
241 // test policy keystore + URL + type + provider + RELATIVE password
/openjdk7/jdk/test/sun/security/provider/PolicyParser/
H A DTokenStore.java32 import sun.security.provider.*;
114 // test policy keystore + URL + type + provider
138 // test policy keystore + URL + type + provider + password
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyGenerator.java162 (token.provider.config.isEnabled(CKM_DES2_KEY_GEN) &&
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DDSAKeyPairGenerator.java26 package sun.security.provider;
H A DMD4.java26 package sun.security.provider;
30 import static sun.security.provider.ByteArrayAccess.*;
71 md4Provider.put("MessageDigest.MD4", "sun.security.provider.MD4");
H A DMD5.java26 package sun.security.provider;
28 import static sun.security.provider.ByteArrayAccess.*;
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DCertId.java26 package sun.security.provider.certpath;
H A DForwardState.java26 package sun.security.provider.certpath;
H A DPKIXMasterCertPathValidator.java26 package sun.security.provider.certpath;
H A DVertex.java26 package sun.security.provider.certpath;
/openjdk7/jdk/test/java/rmi/activation/ActivationSystem/stubClassesPermitted/
H A DStubClassesPermitted.java134 " sun.security.provider.SecureRandom");
233 return new sun.security.provider.SecureRandom();
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DSelectorTest.java157 acceptSelector = SelectorProvider.provider().openSelector();
158 pollSelector = SelectorProvider.provider().openSelector();
/openjdk7/jdk/src/share/classes/sun/security/validator/
H A DSimpleValidator.java43 import sun.security.provider.certpath.AlgorithmChecker;
44 import sun.security.provider.certpath.UntrustedChecker;
/openjdk7/jdk/test/sun/security/mscapi/
H A DSignUsingNONEwithRSA.java91 for (Provider provider : providers) {
92 System.out.println(" " + provider.getName());
163 sig1.getProvider().getName() + " JCE provider");
166 "Using NONEwithRSA signer from the internal JCE provider");
197 sig1.getProvider().getName() + " JCE provider");
200 "\nUsing NONEwithRSA verifier from the internal JCE provider");
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpChannelImpl.java128 public SctpChannelImpl(SelectorProvider provider) throws IOException { argument
129 //TODO: update provider remove public modifier
130 super(provider);
139 public SctpChannelImpl(SelectorProvider provider, FileDescriptor fd) argument
141 this(provider, fd, null);
147 public SctpChannelImpl(SelectorProvider provider, argument
151 super(provider);
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DX509CRLImpl.java50 import sun.security.provider.X509Factory;
122 * If verifiedPublicKey is not null, name of the provider used to
124 * empty String if no provider was explicitly specified.
338 * @exception NoSuchProviderException if there's no default provider.
352 * the given provider.
355 * @param sigProvider the name of the signature provider.
360 * @exception NoSuchProviderException on incorrect provider.
411 * @exception NoSuchProviderException on incorrect provider.
426 * @param provider the name of the provider
435 sign(PrivateKey key, String algorithm, String provider) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java177 /** Cryptographic provider requested by caller */
245 * If the default provider package supplies an implementation of the
248 * the default provider package, other provider packages are searched.
390 * @param provider the JCE provider that supplies the transformation
395 public static XMLCipher getProviderInstance(String transformation, String provider) argument
401 if(null == provider)
403 if("" == provider)
411 instance._requestedJCEProvider = provider;
462 getProviderInstance( String transformation, String provider, String canon) argument
530 getProviderInstance(String provider) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DKeyStoreLoginModule.java103 * <dd> The key store provider. If not specified, uses the standard search
104 * order to find the provider. </dd>
607 ("The specified keystore provider was not available");
795 * <p> If the loaded KeyStore's provider extends
797 * then the provider's <code>logout</code> method is invoked.
828 * <p> If the loaded KeyStore's provider extends
830 * then the provider's <code>logout</code> method is invoked.
868 Provider provider = keyStore.getProvider();
869 if (provider instanceof AuthProvider) {
870 AuthProvider ap = (AuthProvider)provider;
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/comp/
H A DApt.java351 Object provider = providers.next();
355 AnnotationProcessorFactory apf = (AnnotationProcessorFactory) provider;

Completed in 108 milliseconds

<<11121314151617181920