Lines Matching refs:provider

37  * material is based on a KeyStore and/or provider specific sources.
59 // The provider
60 private Provider provider;
62 // The provider implementation (delegate)
99 * @param provider the provider
103 Provider provider, String algorithm) {
105 this.provider = provider;
158 instance.provider, algorithm);
166 * KeyManagerFactorySpi implementation from the specified provider
167 * is returned. The specified provider must be registered
168 * in the security provider list.
179 * @param provider the name of the provider.
185 * available from the specified provider.
187 * @throws NoSuchProviderException if the specified provider is not
188 * registered in the security provider list.
190 * @throws IllegalArgumentException if the provider name is null or empty.
196 String provider) throws NoSuchAlgorithmException,
200 algorithm, provider);
202 instance.provider, algorithm);
212 * does not have to be registered in the provider list.
220 * @param provider an instance of the provider.
228 * @throws IllegalArgumentException if the provider is null.
234 Provider provider) throws NoSuchAlgorithmException {
237 algorithm, provider);
239 instance.provider, algorithm);
243 * Returns the provider of this <code>TrustManagerFactory</code> object.
245 * @return the provider of this <code>TrustManagerFactory</code> object
248 return this.provider;
256 * The provider typically uses a KeyStore as a basis for making
271 * Initializes this factory with a source of provider-specific
275 * may be needed by a provider. Users of that particular provider
278 * provider. The provider can then call the specified methods in
282 * @param spec an implementation of a provider-specific parameter