Searched refs:NoSuchAlgorithmException (Results 51 - 75 of 224) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/javax/smartcardio/
H A DTerminalFactory.java238 * @throws NoSuchAlgorithmException if no Provider supports a
242 throws NoSuchAlgorithmException {
273 * @throws NoSuchAlgorithmException if a TerminalFactorySpi implementation
275 * @throws NoSuchAlgorithmException if no TerminalFactory of the
281 String provider) throws NoSuchAlgorithmException, NoSuchProviderException {
309 * @throws NoSuchAlgorithmException if a TerminalFactorySpi implementation
313 Provider provider) throws NoSuchAlgorithmException {
/openjdk7/jdk/src/share/classes/sun/security/pkcs12/
H A DMacData.java86 throws NoSuchAlgorithmException
116 byte[] salt, int iterations) throws NoSuchAlgorithmException
167 public byte[] getEncoded() throws NoSuchAlgorithmException, IOException
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DParameterCache.java79 throws NoSuchAlgorithmException, InvalidParameterSpecException {
95 throws NoSuchAlgorithmException, InvalidParameterSpecException {
117 throws NoSuchAlgorithmException, InvalidParameterSpecException {
H A DSecureRandom.java31 import java.security.NoSuchAlgorithmException;
98 } catch (NoSuchAlgorithmException e) {
262 } catch (NoSuchAlgorithmException e) {
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DRSASignature.java60 public RSASignature() throws NoSuchAlgorithmException {
71 static Signature getInstance() throws NoSuchAlgorithmException {
81 throws NoSuchAlgorithmException, NoSuchProviderException {
/openjdk7/jdk/src/share/classes/sun/security/ec/
H A DECDHKeyAgreement.java152 throws IllegalStateException, NoSuchAlgorithmException,
155 throw new NoSuchAlgorithmException("Algorithm must not be null");
158 throw new NoSuchAlgorithmException
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/keyinfo/
H A DKeyInfoFactory.java32 import java.security.NoSuchAlgorithmException;
152 } catch (NoSuchAlgorithmException nsae) {
194 } catch (NoSuchAlgorithmException nsae) {
242 } catch (NoSuchAlgorithmException nsae) {
/openjdk7/jdk/src/share/classes/java/security/
H A DSecureRandom.java204 } catch (NoSuchAlgorithmException nsae) {
266 * @exception NoSuchAlgorithmException if no Provider supports a
275 throws NoSuchAlgorithmException {
311 * @exception NoSuchAlgorithmException if a SecureRandomSpi
326 throws NoSuchAlgorithmException, NoSuchProviderException {
359 * @exception NoSuchAlgorithmException if a SecureRandomSpi
370 Provider provider) throws NoSuchAlgorithmException {
H A DPolicy.java387 * @exception NoSuchAlgorithmException if no Provider supports a PolicySpi
394 throws NoSuchAlgorithmException {
406 } catch (NoSuchAlgorithmException nsae) {
447 * @exception NoSuchAlgorithmException if the specified provider does not
456 throws NoSuchProviderException, NoSuchAlgorithmException {
473 } catch (NoSuchAlgorithmException nsae) {
507 * @exception NoSuchAlgorithmException if the specified Provider does not
516 throws NoSuchAlgorithmException {
533 } catch (NoSuchAlgorithmException nsae) {
538 private static Policy handleException(NoSuchAlgorithmException nsa
[all...]
H A DKeyFactory.java132 private KeyFactory(String algorithm) throws NoSuchAlgorithmException {
138 throw new NoSuchAlgorithmException
164 * @exception NoSuchAlgorithmException if no Provider supports a
171 throws NoSuchAlgorithmException {
197 * @exception NoSuchAlgorithmException if a KeyFactorySpi
210 throws NoSuchAlgorithmException, NoSuchProviderException {
236 * @exception NoSuchAlgorithmException if a KeyFactorySpi
247 throws NoSuchAlgorithmException {
305 } catch (NoSuchAlgorithmException e) {
H A DKeyPairGenerator.java195 * @exception NoSuchAlgorithmException if no Provider supports a
202 throws NoSuchAlgorithmException {
207 throw new NoSuchAlgorithmException
211 NoSuchAlgorithmException failure = null;
222 } catch (NoSuchAlgorithmException e) {
253 * @exception NoSuchAlgorithmException if a KeyPairGeneratorSpi
267 throws NoSuchAlgorithmException, NoSuchProviderException {
292 * @exception NoSuchAlgorithmException if a KeyPairGeneratorSpi
303 Provider provider) throws NoSuchAlgorithmException {
H A DSignature.java208 * @exception NoSuchAlgorithmException if no Provider supports a
215 throws NoSuchAlgorithmException {
224 throw new NoSuchAlgorithmException
228 NoSuchAlgorithmException failure;
239 } catch (NoSuchAlgorithmException e) {
329 * @exception NoSuchAlgorithmException if a SignatureSpi
342 throws NoSuchAlgorithmException, NoSuchProviderException {
379 * @exception NoSuchAlgorithmException if a SignatureSpi
390 throws NoSuchAlgorithmException {
406 throws NoSuchAlgorithmException {
[all...]
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCertificateFactorySpi.java33 import java.security.NoSuchAlgorithmException;
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DExemptionMechanism.java32 import java.security.NoSuchAlgorithmException;
128 * @exception NoSuchAlgorithmException if no Provider supports an
135 throws NoSuchAlgorithmException {
169 * @exception NoSuchAlgorithmException if an ExemptionMechanismSpi
182 String provider) throws NoSuchAlgorithmException,
213 * @exception NoSuchAlgorithmException if an ExemptionMechanismSpi
223 Provider provider) throws NoSuchAlgorithmException {
H A DJceSecurity.java95 String provider) throws NoSuchAlgorithmException,
108 Provider provider) throws NoSuchAlgorithmException {
120 throws NoSuchAlgorithmException {
122 NoSuchAlgorithmException failure = null;
132 } catch (NoSuchAlgorithmException e) {
136 throw new NoSuchAlgorithmException("Algorithm " + algorithm
H A DKeyAgreement.java160 * @exception NoSuchAlgorithmException if no Provider supports a
167 throws NoSuchAlgorithmException {
178 throw new NoSuchAlgorithmException
208 * @exception NoSuchAlgorithmException if a KeyAgreementSpi
221 String provider) throws NoSuchAlgorithmException,
252 * @exception NoSuchAlgorithmException if a KeyAgreementSpi
262 Provider provider) throws NoSuchAlgorithmException {
379 // NoSuchAlgorithmException from newInstance()
621 * @exception NoSuchAlgorithmException if the specified secret-key
628 throws IllegalStateException, NoSuchAlgorithmException,
[all...]
H A DKeyGenerator.java151 private KeyGenerator(String algorithm) throws NoSuchAlgorithmException {
158 throw new NoSuchAlgorithmException
199 * @exception NoSuchAlgorithmException if no Provider supports a
206 throws NoSuchAlgorithmException {
234 * @exception NoSuchAlgorithmException if a KeyGeneratorSpi
247 String provider) throws NoSuchAlgorithmException,
276 * @exception NoSuchAlgorithmException if a KeyGeneratorSpi
286 Provider provider) throws NoSuchAlgorithmException {
H A DMac.java158 * @exception NoSuchAlgorithmException if no Provider supports a
165 throws NoSuchAlgorithmException {
176 throw new NoSuchAlgorithmException
202 * @exception NoSuchAlgorithmException if a MacSpi
215 throws NoSuchAlgorithmException, NoSuchProviderException {
240 * @exception NoSuchAlgorithmException if a MacSpi
250 throws NoSuchAlgorithmException {
307 } catch (NoSuchAlgorithmException e) {
352 // NoSuchAlgorithmException from newInstance()
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11ECDHKeyAgreement.java165 throws IllegalStateException, NoSuchAlgorithmException,
168 throw new NoSuchAlgorithmException("Algorithm must not be null");
171 throw new NoSuchAlgorithmException
178 throws IllegalStateException, NoSuchAlgorithmException,
H A DP11RSACipher.java115 protected void engineSetMode(String mode) throws NoSuchAlgorithmException {
117 throw new NoSuchAlgorithmException("Unsupported mode " + mode);
453 int type) throws InvalidKeyException, NoSuchAlgorithmException {
515 throws InvalidKeyException, NoSuchAlgorithmException {
521 } catch (NoSuchAlgorithmException nsae) {
522 throw new NoSuchAlgorithmException("No installed providers " +
542 NoSuchAlgorithmException {
548 } catch (NoSuchAlgorithmException nsae) {
549 throw new NoSuchAlgorithmException("No installed providers " +
573 int keyType) throws InvalidKeyException, NoSuchAlgorithmException {
[all...]
/openjdk7/jdk/test/java/security/Security/
H A DCaseInsensitiveAlgNames.java36 throws NoSuchAlgorithmException, NoSuchProviderException {
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DKeyProtector.java43 import java.security.NoSuchAlgorithmException;
149 throws UnrecoverableKeyException, NoSuchAlgorithmException
196 } catch (NoSuchAlgorithmException ex) {
214 throws UnrecoverableKeyException, NoSuchAlgorithmException
326 throws NoSuchAlgorithmException, UnrecoverableKeyException
351 } catch (NoSuchAlgorithmException ex) {
402 } catch (NoSuchAlgorithmException nsae) {
H A DPBECipherCore.java58 PBECipherCore(String cipherAlg) throws NoSuchAlgorithmException,
69 throw new NoSuchAlgorithmException("No Cipher implementation " +
84 * @exception NoSuchAlgorithmException if the requested cipher mode is
87 void setMode(String mode) throws NoSuchAlgorithmException {
174 } catch (NoSuchAlgorithmException nsae) {
516 * @exception NoSuchAlgorithmException if no installed providers
527 throws InvalidKeyException, NoSuchAlgorithmException {
/openjdk7/jdk/test/java/security/KeyStore/
H A DDefaultEntryType.java35 import java.security.NoSuchAlgorithmException;
76 throws CertificateException, NoSuchAlgorithmException,
80 throws CertificateException, NoSuchAlgorithmException,
91 throws CertificateException, NoSuchAlgorithmException,
95 throws CertificateException, NoSuchAlgorithmException,
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMTransform.java31 import java.security.NoSuchAlgorithmException;
76 } catch (NoSuchAlgorithmException e1) {
79 } catch (NoSuchAlgorithmException e2) {

Completed in 89 milliseconds

123456789