Lines Matching defs:provider
53 // The provider
54 private Provider provider;
56 // The provider implementation (delegate)
76 * @param provider the provider
80 Provider provider,
83 this.provider = provider;
139 instance.provider, algorithm);
148 * ExemptionMechanismSpi implementation from the specified provider
149 * is returned. The specified provider must be registered
150 * in the security provider list.
162 * @param provider the name of the provider.
171 * available from the specified provider.
173 * @exception NoSuchProviderException if the specified provider is not
174 * registered in the security provider list.
176 * @exception IllegalArgumentException if the <code>provider</code>
182 String provider) throws NoSuchAlgorithmException,
185 ExemptionMechanismSpi.class, algorithm, provider);
187 instance.provider, algorithm);
197 * does not have to be registered in the provider list.
206 * @param provider the provider.
217 * @exception IllegalArgumentException if the <code>provider</code>
223 Provider provider) throws NoSuchAlgorithmException {
225 ExemptionMechanismSpi.class, algorithm, provider);
227 instance.provider, algorithm);
231 * Returns the provider of this <code>ExemptionMechanism</code> object.
233 * @return the provider of this <code>ExemptionMechanism</code> object.
236 return this.provider;
303 * generate the required parameters itself (using provider-specific
331 * parameters itself (using provider-specific default values); in the case
363 * (using provider-specific default values); in the case that algorithm