Searched defs:provider (Results 201 - 225 of 318) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DX509CertificatePair.java25 package sun.security.provider.certpath;
41 import sun.security.provider.X509Factory;
/openjdk7/jdk/src/share/classes/sun/tracing/
H A DPrintStreamProviderFactory.java55 PrintStreamProvider provider = new PrintStreamProvider(cls, stream);
56 provider.init();
57 return provider.newProxyInstance();
88 private PrintStreamProvider provider; field in class:PrintStreamProbe
93 this.provider = p;
103 sb.append(provider.getName());
117 provider.getStream().println(sb.toString());
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DPort.java61 Port(AsynchronousChannelProvider provider, ThreadPool pool) { argument
62 super(provider, pool);
/openjdk7/jdk/test/sun/security/pkcs11/KeyStore/
H A DClientAuth.java40 private static Provider provider; field in class:ClientAuth
213 System.out.println("Not supported by provider, skipping");
217 this.provider = p;
225 // perform Security.addProvider of P11 provider
H A DSecretKeysBasic.java50 private static Provider provider; field in class:SecretKeysBasic
57 this.provider = p;
70 KeyGenerator kg = KeyGenerator.getInstance("DESede", provider);
107 provider);
138 ks = KeyStore.getInstance(KS_TYPE, provider);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLContentSpec.java233 * content spec provider and identifier.
235 public XMLContentSpec(XMLContentSpec.Provider provider, argument
237 setValues(provider, contentSpecIndex);
267 * provider and identifier. If the specified content spec cannot be
270 public void setValues(XMLContentSpec.Provider provider, argument
272 if (!provider.getContentSpec(contentSpecIndex, this)) {
307 * content spec "nodes". The user of this provider interface is
310 * then the user can call back into the provider to get the
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/keyinfo/
H A DKeyInfoFactory.java73 * For example, a service provider that supports the
97 * class. Unless otherwise documented by a specific provider, threads that
110 private Provider provider; field in class:KeyInfoFactory
121 * <p>This method uses the standard JCA provider lookup mechanism to
157 factory.provider = instance.provider;
164 * as supplied by the specified provider. Note that the specified
166 * provider list.
173 * @param provider the <code>Provider</code> object
176 * <code>provider</cod
182 getInstance(String mechanismType, Provider provider) argument
228 getInstance(String mechanismType, String provider) argument
[all...]
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMSignedInfo.java146 Provider provider) throws MarshalException {
156 (cmElem, context, provider);
177 refList.add(new DOMReference(refElem, context, provider));
145 DOMSignedInfo(Element siElem, XMLCryptoContext context, Provider provider) argument
/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DAsynchronousSocketChannel.java122 private final AsynchronousChannelProvider provider; field in class:AsynchronousSocketChannel
127 protected AsynchronousSocketChannel(AsynchronousChannelProvider provider) { argument
128 this.provider = provider;
132 * Returns the provider that created this channel.
134 public final AsynchronousChannelProvider provider() { method in class:AsynchronousSocketChannel
135 return provider;
146 * default provider, and bound to the <em>default group</em>.
162 AsynchronousChannelProvider provider = (group == null) ?
163 AsynchronousChannelProvider.provider()
[all...]
H A DDatagramChannel.java121 protected DatagramChannel(SelectorProvider provider) { argument
122 super(provider);
146 return SelectorProvider.provider().openDatagramChannel();
179 return SelectorProvider.provider().openDatagramChannel(family);
H A DSocketChannel.java124 protected SocketChannel(SelectorProvider provider) { argument
125 super(provider);
142 return SelectorProvider.provider().openSocketChannel();
/openjdk7/jdk/src/share/classes/java/nio/channels/spi/
H A DAbstractSelectableChannel.java54 // The provider that created this channel
55 private final SelectorProvider provider; field in class:AbstractSelectableChannel
76 protected AbstractSelectableChannel(SelectorProvider provider) { argument
77 this.provider = provider;
81 * Returns the provider that created this channel.
83 * @return The provider that created this channel
85 public final SelectorProvider provider() { method in class:AbstractSelectableChannel
86 return provider;
/openjdk7/jdk/src/share/classes/java/security/
H A DKeyPairGenerator.java62 * implementation of the highest-priority installed provider as the source
69 * provider what to do about the algorithm-specific parameters (if any) to be
73 * size) is 512, 768, or 1024, then the <i>Sun</i> provider uses a set of
76 * values, the <i>Sun</i> provider creates a new set of parameters. Other
89 * implementation of the highest-priority installed provider as the source
96 * (via a call to an <code>initialize</code> method), each provider must
98 * For example, the <i>Sun</i> provider uses a default modulus size (keysize)
132 // The provider
133 Provider provider; field in class:KeyPairGenerator
170 kpg.provider
265 getInstance(String algorithm, String provider) argument
302 getInstance(String algorithm, Provider provider) argument
[all...]
H A DMessageDigest.java113 // The provider
114 private Provider provider; field in class:MessageDigest
163 md.provider = (Provider)objs[1];
168 delegate.provider = (Provider)objs[1];
181 * MessageDigestSpi implementation from the specified provider
182 * is returned. The specified provider must be registered
183 * in the security provider list.
194 * @param provider the name of the provider.
200 * available from the specified provider
210 getInstance(String algorithm, String provider) argument
257 getInstance(String algorithm, Provider provider) argument
[all...]
H A DSecureRandom.java95 * The provider.
100 private Provider provider = null; field in class:SecureRandom
103 * The provider implementation.
191 this.secureRandomSpi = new sun.security.provider.SecureRandom();
192 this.provider = Providers.getSunProvider();
200 this.provider = random.getProvider();
223 * @param provider the provider.
226 Provider provider) {
227 this(secureRandomSpi, provider, nul
225 SecureRandom(SecureRandomSpi secureRandomSpi, Provider provider) argument
230 SecureRandom(SecureRandomSpi secureRandomSpi, Provider provider, String algorithm) argument
325 getInstance(String algorithm, String provider) argument
369 getInstance(String algorithm, Provider provider) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DJceSecurity.java95 String provider) throws NoSuchAlgorithmException,
97 Service s = GetInstance.getService(type, algorithm, provider);
100 String msg = "JCE cannot authenticate the provider " + provider;
108 Provider provider) throws NoSuchAlgorithmException {
109 Service s = GetInstance.getService(type, algorithm, provider);
110 Exception ve = JceSecurity.getVerificationResult(provider);
112 String msg = "JCE cannot authenticate the provider "
113 + provider.getName();
153 * Verify if the JAR at URL codeBase is a signed provider JA
94 getInstance(String type, Class clazz, String algorithm, String provider) argument
107 getInstance(String type, Class clazz, String algorithm, Provider provider) argument
[all...]
H A DKeyAgreement.java81 // The provider
82 private Provider provider; field in class:KeyAgreement
84 // The provider implementation (delegate)
90 // next service to try in provider selection
91 // null once provider is selected
94 // remaining services to try in provider selection
95 // null once provider is selected
104 * @param provider the provider
107 protected KeyAgreement(KeyAgreementSpi keyAgreeSpi, Provider provider, argument
220 getInstance(String algorithm, String provider) argument
261 getInstance(String algorithm, Provider provider) argument
[all...]
H A DKeyGenerator.java60 * of the highest-priority installed provider as the source of randomness
67 * provider what to do about the algorithm-specific parameters (if any) to be
78 * of the highest-priority installed provider as the source of randomness
84 * (via a call to an <code>init</code> method), each provider must
119 // The provider
120 private Provider provider; field in class:KeyGenerator
122 // The provider implementation (delegate)
141 * @param provider the provider
144 protected KeyGenerator(KeyGeneratorSpi keyGenSpi, Provider provider, argument
246 getInstance(String algorithm, String provider) argument
285 getInstance(String algorithm, Provider provider) argument
[all...]
H A DMac.java80 // The provider
81 private Provider provider; field in class:Mac
83 // The provider implementation (delegate)
92 // next service to try in provider selection
93 // null once provider is selected
96 // remaining services to try in provider selection
97 // null once provider is selected
106 * @param provider the provider
109 protected Mac(MacSpi macSpi, Provider provider, Strin argument
214 getInstance(String algorithm, String provider) argument
249 getInstance(String algorithm, Provider provider) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/imageio/spi/
H A DServiceRegistry.java39 * A registry for service provider instances.
42 * abstract) classes. A <i>service provider</i> is a specific
43 * implementation of a service. The classes in a provider typically
62 * the previous instance. In practice, service provider objects are
65 * <p> To declare a service provider, a <code>services</code>
68 * for each service provider interface that has one or more
82 * <p> The service provider classes should be to be lightweight and
140 * into a provider-configuration filename as described in the
144 * produce a list of provider-class names. The iterator that is
156 * provider
224 getSubRegistries(Object provider) argument
261 registerServiceProvider(T provider, Class<T> category) argument
295 registerServiceProvider(Object provider) argument
363 deregisterServiceProvider(T provider, Class<T> category) argument
387 deregisterServiceProvider(Object provider) argument
410 contains(Object provider) argument
475 filter(Object provider) argument
704 registerServiceProvider(Object provider) argument
726 deregisterServiceProvider(Object provider) argument
742 contains(Object provider) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/nio/sctp/
H A DSctpChannel.java143 * @param provider
144 * The selector provider for this channel
146 protected SctpChannel(SelectorProvider provider) { argument
147 super(provider);
H A DSctpMultiChannel.java143 * @param provider
144 * The selector provider for this channel
146 protected SctpMultiChannel(SelectorProvider provider) { argument
147 super(provider);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DJCEMapper.java266 * @param provider the default providerId.
268 public static void setProviderId(String provider) { argument
269 providerName = provider;
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DAESCipher.java26 package com.sun.crypto.provider;
H A DAESWrapCipher.java26 package com.sun.crypto.provider;

Completed in 97 milliseconds

1234567891011>>