Searched refs:NoSuchAlgorithmException (Results 126 - 150 of 224) sorted by relevance

123456789

/openjdk7/jdk/test/java/security/Exceptions/
H A DChainingConstructors.java123 NoSuchAlgorithmException nsae = new NoSuchAlgorithmException(cause);
127 nsae = new NoSuchAlgorithmException(MSG, cause);
/openjdk7/jdk/test/javax/crypto/EncryptedPrivateKeyInfo/
H A DGetKeySpecException.java86 } catch (NoSuchAlgorithmException nsae) {
160 } catch (NoSuchAlgorithmException nsae) {
194 } catch (NoSuchAlgorithmException nsae) {
/openjdk7/jdk/test/com/oracle/security/ucrypto/
H A DTestAES.java85 } catch (NoSuchAlgorithmException nsae) {
145 } catch (NoSuchAlgorithmException nsae) {
191 throws NoSuchAlgorithmException {
211 } catch (NoSuchAlgorithmException nsae) {
272 } catch (NoSuchAlgorithmException nsae) {
H A DTestDigest.java61 } catch (NoSuchAlgorithmException nsae) {
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DJavaKeyStore.java110 * @exception NoSuchAlgorithmException if the algorithm for recovering the
116 throws NoSuchAlgorithmException, UnrecoverableKeyException
271 } catch (NoSuchAlgorithmException nsae) {
482 * @exception NoSuchAlgorithmException if the appropriate data integrity
488 throws IOException, NoSuchAlgorithmException, CertificateException
617 * @exception NoSuchAlgorithmException if the algorithm used to check
623 throws IOException, NoSuchAlgorithmException, CertificateException
786 throws NoSuchAlgorithmException, UnsupportedEncodingException
/openjdk7/jdk/test/java/security/KeyStore/
H A DEntryMethods.java366 throws NoSuchAlgorithmException, UnrecoverableKeyException {
434 throws IOException, NoSuchAlgorithmException, CertificateException {
439 throws IOException, NoSuchAlgorithmException, CertificateException {
447 throws IOException, NoSuchAlgorithmException, CertificateException {
455 throws IOException, NoSuchAlgorithmException, CertificateException {
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Cipher.java168 throws PKCS11Exception, NoSuchAlgorithmException {
199 protected void engineSetMode(String mode) throws NoSuchAlgorithmException {
202 throw new NoSuchAlgorithmException("Unsupported mode " + mode);
205 private int parseMode(String mode) throws NoSuchAlgorithmException {
212 throw new NoSuchAlgorithmException
219 throw new NoSuchAlgorithmException("Unsupported mode " + mode);
277 // NoSuchAlgorithmException, NoSuchProviderException
864 throws InvalidKeyException, NoSuchAlgorithmException {
H A DP11SecureRandom.java112 } catch (NoSuchAlgorithmException ee) {
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DCipherBox.java142 * @exception NoSuchAlgorithmException if no appropriate JCE Cipher
147 boolean encrypt) throws NoSuchAlgorithmException {
184 } catch (NoSuchAlgorithmException e) {
187 throw new NoSuchAlgorithmException
190 throw new NoSuchAlgorithmException
200 boolean encrypt) throws NoSuchAlgorithmException {
202 throw new NoSuchAlgorithmException("Unsupported cipher " + cipher);
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DSignatureFileVerifier.java169 } catch (NoSuchAlgorithmException nsae) {
185 throws IOException, SignatureException, NoSuchAlgorithmException,
202 throws IOException, SignatureException, NoSuchAlgorithmException,
474 throws IOException, NoSuchAlgorithmException, SignatureException,
516 * @throws NoSuchAlgorithmException if an error is encountered while
524 throws IOException, NoSuchAlgorithmException, SignatureException,
567 throws NoSuchAlgorithmException, SignatureException {
H A DPolicyUtil.java78 NoSuchProviderException, NoSuchAlgorithmException,
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMKeyValue.java36 import java.security.NoSuchAlgorithmException;
187 } catch (NoSuchAlgorithmException e) {
226 } catch (NoSuchAlgorithmException e) {
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLSocketFactory.java122 } catch (NoSuchAlgorithmException e) {
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/digest/
H A DDigestMD5Base.java46 import java.security.NoSuchAlgorithmException;
446 } catch (NoSuchAlgorithmException e) {
467 * @throws NoSuchAlgorithmException if the platform does not have MD5
485 ) throws NoSuchAlgorithmException,
861 } catch (NoSuchAlgorithmException e) {
878 * @throws NoSuchAlgorithmException if the MD5 message digest algorithm
883 NoSuchAlgorithmException {
1083 } catch (NoSuchAlgorithmException e) {
1146 } catch (NoSuchAlgorithmException e) {
1158 * @throws NoSuchAlgorithmException i
[all...]
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DHmacPKCS12PBESHA1.java52 public HmacPKCS12PBESHA1() throws NoSuchAlgorithmException {
H A DTlsMasterSecretGenerator.java135 } catch (NoSuchAlgorithmException e) {
H A DPBKDF2KeyImpl.java35 import java.security.NoSuchAlgorithmException;
110 } catch (NoSuchAlgorithmException nsae) {
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DKeyStore.java38 import java.security.NoSuchAlgorithmException;
240 * @exception NoSuchAlgorithmException if the algorithm for recovering the
247 throws NoSuchAlgorithmException, UnrecoverableKeyException
701 throws IOException, NoSuchAlgorithmException, CertificateException
730 * @exception NoSuchAlgorithmException if the algorithm used to check
740 throws IOException, NoSuchAlgorithmException, CertificateException
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsClient/
H A DMyKeyManager.java39 throws KeyStoreException, NoSuchAlgorithmException,
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DURICertStore.java36 import java.security.NoSuchAlgorithmException;
186 throws InvalidAlgorithmParameterException, NoSuchAlgorithmException {
196 throw new NoSuchAlgorithmException("LDAP not present");
219 throws NoSuchAlgorithmException, InvalidAlgorithmParameterException {
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DDigestAuthentication.java38 import java.security.NoSuchAlgorithmException;
351 } catch (NoSuchAlgorithmException ex) {
425 } catch (NoSuchAlgorithmException ex) {
435 ) throws NoSuchAlgorithmException
/openjdk7/jdk/test/sun/security/mscapi/
H A DAccessKeyStore.java96 int index) throws KeyStoreException, NoSuchAlgorithmException {
/openjdk7/jdk/test/sun/security/pkcs11/Cipher/
H A DTestPKCS5PaddingError.java114 } catch (NoSuchAlgorithmException nsae) {
/openjdk7/jdk/test/sun/security/pkcs11/KeyGenerator/
H A DTestKeyGenerator.java58 } catch (NoSuchAlgorithmException e) {
/openjdk7/jdk/src/share/classes/java/security/
H A DProvider.java1210 * @throws NoSuchAlgorithmException if instantation failed for
1214 throws NoSuchAlgorithmException {
1217 throw new NoSuchAlgorithmException
1254 } catch (NoSuchAlgorithmException e) {
1257 throw new NoSuchAlgorithmException
1262 throw new NoSuchAlgorithmException
1270 private Class getImplClass() throws NoSuchAlgorithmException {
1285 throw new NoSuchAlgorithmException
1319 throw new NoSuchAlgorithmException("No constructor matching "

Completed in 73 milliseconds

123456789