Searched defs:provider (Results 76 - 100 of 318) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DSymmetricCipher.java26 package com.sun.crypto.provider;
H A DTlsKeyMaterialGenerator.java26 package com.sun.crypto.provider;
37 import static com.sun.crypto.provider.TlsPrfGenerator.*;
H A DTlsRsaPremasterSecretGenerator.java26 package com.sun.crypto.provider;
/openjdk7/jdk/src/share/classes/com/sun/java/browser/net/
H A DProxyService.java36 private static ProxyServiceProvider provider = null; field in class:ProxyService
41 if(null == provider)
42 provider = p;
44 throw new IOException("Proxy service provider has already been set.");
56 if(null == provider)
57 throw new IOException("Proxy service provider is not yet set");
59 return provider.getProxyInfo(url);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/probe/provider/
H A DPluginPoint.java28 package com.sun.org.glassfish.external.probe.provider;
H A DStatsProviderManagerDelegate.java28 package com.sun.org.glassfish.external.probe.provider;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/provider/
H A DMessageProviderArgumentBuilder.java26 package com.sun.xml.internal.ws.server.provider;
H A DProviderEndpointModel.java26 package com.sun.xml.internal.ws.server.provider;
62 * In which mode does this provider operate?
H A DProviderInvokerTube.java26 package com.sun.xml.internal.ws.server.provider;
/openjdk7/jdk/test/sun/security/rsa/
H A DTestKeyPairGenerator.java41 private static Provider provider; field in class:TestKeyPairGenerator
47 Signature s = Signature.getInstance(algorithm, provider);
75 Signature sig = Signature.getInstance("MD5withRSA", provider);
99 provider = Security.getProvider("SunRsaSign");
106 KeyPairGenerator kpg = KeyPairGenerator.getInstance("RSA", provider);
H A DTestSignatures.java43 private static Provider provider; field in class:TestSignatures
57 Signature s = Signature.getInstance(algorithm, provider);
94 provider = Security.getProvider("SunRsaSign");
98 KeyFactory kf = KeyFactory.getInstance("RSA", provider);
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DDSAKeyFactory.java26 package sun.security.provider;
48 * This class implements the DSA key factory of the Sun provider.
70 * If true, then we generate sun.security.provider.DSAPublicKey.
71 * If false, then we generate sun.security.provider.DSAPublicKeyImpl.
246 * Translates a key object, whose provider may be unknown or potentially
249 * @param key the key whose provider is unknown or untrusted
262 if (key instanceof sun.security.provider.DSAPublicKey) {
273 if (key instanceof sun.security.provider.DSAPrivateKey) {
H A DDSAParameters.java26 package sun.security.provider;
H A DDSAPrivateKey.java26 package sun.security.provider;
H A DDSAPublicKey.java26 package sun.security.provider;
H A DDSAPublicKeyImpl.java26 package sun.security.provider;
H A DKeyProtector.java26 package sun.security.provider;
H A DParameterCache.java26 package sun.security.provider;
39 * in the Sun, SunJCE, and SunPKCS11 provider if no parameters have been
H A DPolicySpiFile.java26 package sun.security.provider;
40 * inside a PolicySpi implementation that is available from the SUN provider
H A DSunEntries.java26 package sun.security.provider;
32 * Defines the entries of the SUN provider.
58 * specification that this provider implements.
62 * schema that this provider uses to find certificates and CRLs.
90 "sun.security.provider.NativePRNG");
93 "sun.security.provider.SecureRandom");
96 "sun.security.provider.NativePRNG");
102 map.put("Signature.SHA1withDSA", "sun.security.provider.DSA$SHA1withDSA");
103 map.put("Signature.NONEwithDSA", "sun.security.provider.DSA$RawDSA");
128 "sun.security.provider
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DAdaptableX509CertSelector.java26 package sun.security.provider.certpath;
H A DAdjacencyList.java25 package sun.security.provider.certpath;
81 * @see sun.security.provider.certpath.BuildStep
82 * @see sun.security.provider.certpath.Vertex
H A DCertPathHelper.java26 package sun.security.provider.certpath;
H A DCertStoreHelper.java26 package sun.security.provider.certpath;
H A DOCSPRequest.java26 package sun.security.provider.certpath;

Completed in 56 milliseconds

1234567891011>>