Searched refs:NoSuchAlgorithmException (Results 26 - 50 of 224) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/
H A DXMLSignatureFactory.java43 import java.security.NoSuchAlgorithmException;
197 } catch (NoSuchAlgorithmException nsae) {
239 } catch (NoSuchAlgorithmException nsae) {
287 } catch (NoSuchAlgorithmException nsae) {
609 * @throws NoSuchAlgorithmException if an implementation of the
615 DigestMethodParameterSpec params) throws NoSuchAlgorithmException,
628 * @throws NoSuchAlgorithmException if an implementation of the
634 SignatureMethodParameterSpec params) throws NoSuchAlgorithmException,
647 * @throws NoSuchAlgorithmException if an implementation of the
653 TransformParameterSpec params) throws NoSuchAlgorithmException,
[all...]
H A DTransformService.java31 import java.security.NoSuchAlgorithmException;
145 * @throws NoSuchAlgorithmException if no <code>Provider</code> supports a
152 throws NoSuchAlgorithmException {
174 throw new NoSuchAlgorithmException
194 * @throws NoSuchAlgorithmException if a <code>TransformService</code>
201 throws NoSuchAlgorithmException {
222 throw new NoSuchAlgorithmException
246 * @throws NoSuchAlgorithmException if a <code>TransformService</code>
253 throws NoSuchAlgorithmException, NoSuchProviderException {
275 throw new NoSuchAlgorithmException
[all...]
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMXMLSignatureFactory.java36 import java.security.NoSuchAlgorithmException;
188 DigestMethodParameterSpec params) throws NoSuchAlgorithmException,
202 throw new NoSuchAlgorithmException("unsupported algorithm");
207 SignatureMethodParameterSpec params) throws NoSuchAlgorithmException,
231 throw new NoSuchAlgorithmException("unsupported algorithm");
236 TransformParameterSpec params) throws NoSuchAlgorithmException,
241 } catch (NoSuchAlgorithmException nsae) {
249 XMLStructure params) throws NoSuchAlgorithmException,
254 } catch (NoSuchAlgorithmException nsae) {
266 C14NMethodParameterSpec params) throws NoSuchAlgorithmException,
[all...]
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DSecretKeyFactory.java115 private SecretKeyFactory(String algorithm) throws NoSuchAlgorithmException {
121 throw new NoSuchAlgorithmException
151 * @exception NoSuchAlgorithmException if no Provider supports a
158 throws NoSuchAlgorithmException {
185 * @exception NoSuchAlgorithmException if a SecretKeyFactorySpi
201 String provider) throws NoSuchAlgorithmException,
232 * @exception NoSuchAlgorithmException if a SecretKeyFactorySpi
242 Provider provider) throws NoSuchAlgorithmException {
306 } catch (NoSuchAlgorithmException e) {
H A DKeyAgreementSpi.java195 * @exception NoSuchAlgorithmException if the requested secret key
202 throws IllegalStateException, NoSuchAlgorithmException,
H A DSealedObject.java33 import java.security.NoSuchAlgorithmException;
238 * @exception NoSuchAlgorithmException if the algorithm to unseal the
245 throws IOException, ClassNotFoundException, NoSuchAlgorithmException,
256 // them into NoSuchAlgorithmException's with details about
258 throw new NoSuchAlgorithmException("algorithm not found");
335 * @exception NoSuchAlgorithmException if the algorithm to unseal the
344 throws IOException, ClassNotFoundException, NoSuchAlgorithmException,
365 throws IOException, ClassNotFoundException, NoSuchAlgorithmException,
383 throw new NoSuchAlgorithmException(this.paramsAlg
402 throw new NoSuchAlgorithmException("Paddin
[all...]
H A DEncryptedPrivateKeyInfo.java128 * @exception NoSuchAlgorithmException if the specified algName is
132 throws NoSuchAlgorithmException {
169 * @exception NoSuchAlgorithmException if the specified algName of
173 byte[] encryptedData) throws NoSuchAlgorithmException {
275 Provider provider) throws NoSuchAlgorithmException,
289 } catch (NoSuchAlgorithmException nsae) {
313 * @exception NoSuchAlgorithmException if cannot find appropriate
322 throws NoSuchAlgorithmException, InvalidKeyException {
340 * @exception NoSuchAlgorithmException if cannot find appropriate
350 NoSuchAlgorithmException, InvalidKeyExceptio
[all...]
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DCertAndKeyGen.java70 * @exception NoSuchAlgorithmException on unrecognized algorithms.
73 throws NoSuchAlgorithmException
87 * @exception NoSuchAlgorithmException on unrecognized algorithms.
91 throws NoSuchAlgorithmException, NoSuchProviderException
224 * @exception NoSuchAlgorithmException on unrecognized algorithms.
230 NoSuchAlgorithmException, NoSuchProviderException
239 NoSuchAlgorithmException, NoSuchProviderException
280 NoSuchAlgorithmException, NoSuchProviderException
315 } catch (NoSuchAlgorithmException e) {
H A DKeyIdentifier.java31 import java.security.NoSuchAlgorithmException;
96 } catch (NoSuchAlgorithmException e3) {
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DTrustManagerFactory.java129 * @exception NoSuchAlgorithmException if no Provider supports a
137 throws NoSuchAlgorithmException {
167 * @throws NoSuchAlgorithmException if a TrustManagerFactorySpi
180 String provider) throws NoSuchAlgorithmException,
208 * @throws NoSuchAlgorithmException if a TrustManagerFactorySpi
218 Provider provider) throws NoSuchAlgorithmException {
H A DSSLContext.java90 * @throws NoSuchAlgorithmException if the
95 throws NoSuchAlgorithmException {
147 * @exception NoSuchAlgorithmException if no Provider supports a
155 throws NoSuchAlgorithmException {
185 * @throws NoSuchAlgorithmException if a SSLContextSpi
198 throws NoSuchAlgorithmException, NoSuchProviderException {
225 * @throws NoSuchAlgorithmException if a KeyManagerFactorySpi
235 throws NoSuchAlgorithmException {
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCertificate.java31 import java.security.NoSuchAlgorithmException;
156 * @exception NoSuchAlgorithmException on unsupported signature
164 throws CertificateException, NoSuchAlgorithmException,
177 * @exception NoSuchAlgorithmException on unsupported signature
185 throws CertificateException, NoSuchAlgorithmException,
H A DX509CRL.java28 import java.security.NoSuchAlgorithmException;
191 * @exception NoSuchAlgorithmException on unsupported signature
199 throws CRLException, NoSuchAlgorithmException,
212 * @exception NoSuchAlgorithmException on unsupported signature
220 throws CRLException, NoSuchAlgorithmException,
H A DCertificateFactory.java36 import java.security.NoSuchAlgorithmException;
187 } catch (NoSuchAlgorithmException e) {
234 } catch (NoSuchAlgorithmException e) {
275 } catch (NoSuchAlgorithmException e) {
/openjdk7/jdk/src/share/classes/javax/security/auth/login/
H A DConfiguration.java37 import java.security.NoSuchAlgorithmException;
341 * @exception NoSuchAlgorithmException if no Provider supports a
349 throws NoSuchAlgorithmException {
362 } catch (NoSuchAlgorithmException nsae) {
403 * @exception NoSuchAlgorithmException if the specified provider does not
413 throws NoSuchProviderException, NoSuchAlgorithmException {
431 } catch (NoSuchAlgorithmException nsae) {
465 * @exception NoSuchAlgorithmException if the specified Provider does not
475 throws NoSuchAlgorithmException {
493 } catch (NoSuchAlgorithmException nsa
[all...]
/openjdk7/jdk/src/share/classes/java/security/
H A DAlgorithmParameters.java137 * @exception NoSuchAlgorithmException if no Provider supports an
144 throws NoSuchAlgorithmException {
152 throw new NoSuchAlgorithmException(algorithm + " not found");
181 * @exception NoSuchAlgorithmException if an AlgorithmParametersSpi
195 throws NoSuchAlgorithmException, NoSuchProviderException
228 * @exception NoSuchAlgorithmException if an AlgorithmParameterGeneratorSpi
240 throws NoSuchAlgorithmException
H A DKeyStoreSpi.java69 * @exception NoSuchAlgorithmException if the algorithm for recovering the
75 throws NoSuchAlgorithmException, UnrecoverableKeyException;
290 * @exception NoSuchAlgorithmException if the appropriate data integrity
296 throws IOException, NoSuchAlgorithmException, CertificateException;
310 * @exception NoSuchAlgorithmException if the appropriate data integrity
318 throws IOException, NoSuchAlgorithmException,
344 * @exception NoSuchAlgorithmException if the algorithm used to check
350 throws IOException, NoSuchAlgorithmException, CertificateException;
372 * @exception NoSuchAlgorithmException if the algorithm used to check
380 throws IOException, NoSuchAlgorithmException,
[all...]
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DPBEWithMD5AndDESCipher.java54 * @exception NoSuchAlgorithmException if the required cipher mode (CBC) is
60 throws NoSuchAlgorithmException, NoSuchPaddingException {
70 * @exception NoSuchAlgorithmException if the requested cipher mode is
73 protected void engineSetMode(String mode) throws NoSuchAlgorithmException {
75 throw new NoSuchAlgorithmException("Invalid cipher mode: " + mode);
412 * @exception NoSuchAlgorithmException if no installed providers
423 throws InvalidKeyException, NoSuchAlgorithmException {
H A DPBEWithMD5AndTripleDESCipher.java64 * @exception NoSuchAlgorithmException if the required cipher mode (CBC) is
70 throws NoSuchAlgorithmException, NoSuchPaddingException
82 * @exception NoSuchAlgorithmException if the requested cipher mode is
85 protected void engineSetMode(String mode) throws NoSuchAlgorithmException {
87 throw new NoSuchAlgorithmException("Invalid cipher mode: " + mode);
420 * @exception NoSuchAlgorithmException if no installed providers
431 throws InvalidKeyException, NoSuchAlgorithmException {
H A Dai.java32 import java.security.NoSuchAlgorithmException;
/openjdk7/jdk/test/sun/security/pkcs11/SecureRandom/
H A DBasic.java45 } catch (NoSuchAlgorithmException e) {
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/
H A DCramMD5Client.java29 import java.security.NoSuchAlgorithmException;
122 } catch (java.security.NoSuchAlgorithmException e) {
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/ldap/
H A DLDAPCertStoreHelper.java30 import java.security.NoSuchAlgorithmException;
51 throws NoSuchAlgorithmException, InvalidAlgorithmParameterException
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DKeyManagerFactoryImpl.java60 KeyStoreException, NoSuchAlgorithmException,
84 KeyStoreException, NoSuchAlgorithmException,
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DRSACipher.java104 protected void engineSetMode(String mode) throws NoSuchAlgorithmException {
106 throw new NoSuchAlgorithmException("Unsupported mode " + mode);
360 int type) throws InvalidKeyException, NoSuchAlgorithmException {
411 throws InvalidKeyException, NoSuchAlgorithmException {
419 } catch (NoSuchAlgorithmException nsae) {
420 throw new NoSuchAlgorithmException("No installed provider " +
431 throws InvalidKeyException, NoSuchAlgorithmException {
439 } catch (NoSuchAlgorithmException nsae) {
440 throw new NoSuchAlgorithmException("No installed provider " +

Completed in 67 milliseconds

123456789