Searched refs:NoSuchAlgorithmException (Results 101 - 125 of 224) sorted by relevance

123456789

/openjdk7/jdk/test/com/sun/net/httpserver/
H A DSimpleSSLContext.java61 } catch (NoSuchAlgorithmException e) {
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshakeHash.java177 } catch (NoSuchAlgorithmException e) {
256 } catch (NoSuchAlgorithmException e) {
355 throws NoSuchAlgorithmException {
371 throws NoSuchAlgorithmException {
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DTimestampedSigner.java33 import java.security.NoSuchAlgorithmException;
67 } catch (NoSuchAlgorithmException e) {
143 * @throws NoSuchAlgorithmException The exception is thrown if the signature
156 throws NoSuchAlgorithmException, CertificateException, IOException {
314 } catch (NoSuchAlgorithmException e) {
/openjdk7/jdk/test/java/security/Security/
H A DSynchronizedAccess.java75 } catch (NoSuchAlgorithmException nsae) {
/openjdk7/jdk/test/java/security/Signature/
H A DNONEwithRSA.java76 } catch (NoSuchAlgorithmException e) {
/openjdk7/jdk/test/javax/crypto/Cipher/
H A DTestCipherMode.java60 private TestCipherMode() throws NoSuchAlgorithmException,
/openjdk7/jdk/test/sun/security/pkcs11/SecureRandom/
H A DTestDeserialization.java46 } catch (NoSuchAlgorithmException e) {
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DDESedeWrapCipher.java88 * @exception NoSuchAlgorithmException if the requested cipher mode
92 throws NoSuchAlgorithmException {
94 throw new NoSuchAlgorithmException(mode + " cannot be used");
395 } catch (NoSuchAlgorithmException nsae) {
505 * @exception NoSuchAlgorithmException if no installed providers
516 throws InvalidKeyException, NoSuchAlgorithmException {
559 } catch (NoSuchAlgorithmException nsae) {
H A DDHParameterGenerator.java161 } catch (NoSuchAlgorithmException e) {
H A DRSACipher.java119 protected void engineSetMode(String mode) throws NoSuchAlgorithmException {
121 throw new NoSuchAlgorithmException("Unsupported mode " + mode);
184 } catch (NoSuchAlgorithmException nsae) {
421 int type) throws InvalidKeyException, NoSuchAlgorithmException {
H A DAESWrapCipher.java79 * @exception NoSuchAlgorithmException if the requested cipher mode
83 throws NoSuchAlgorithmException {
85 throw new NoSuchAlgorithmException(mode + " cannot be used");
426 * @exception NoSuchAlgorithmException if no installed providers
437 throws InvalidKeyException, NoSuchAlgorithmException {
H A DOAEPParameters.java34 import java.security.NoSuchAlgorithmException;
202 } catch (NoSuchAlgorithmException nsae) {
217 } catch (NoSuchAlgorithmException nase) {
H A DTlsPrfGenerator.java167 throws NoSuchAlgorithmException, DigestException {
169 throw new NoSuchAlgorithmException("Unspecified PRF algorithm");
215 byte[] seed, int outputLength) throws NoSuchAlgorithmException,
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyAgreement.java123 } catch (NoSuchAlgorithmException e) {
253 throws IllegalStateException, NoSuchAlgorithmException,
261 throw new NoSuchAlgorithmException("Algorithm must not be null");
285 throw new NoSuchAlgorithmException
301 throws IllegalStateException, NoSuchAlgorithmException,
/openjdk7/jdk/src/share/classes/java/security/
H A DKeyStore.java615 } catch (NoSuchAlgorithmException nsae) {
663 } catch (NoSuchAlgorithmException nsae) {
704 } catch (NoSuchAlgorithmException nsae) {
780 * @exception NoSuchAlgorithmException if the algorithm for recovering the
786 throws KeyStoreException, NoSuchAlgorithmException,
1134 * @exception NoSuchAlgorithmException if the appropriate data integrity
1140 throws KeyStoreException, IOException, NoSuchAlgorithmException,
1162 * @exception NoSuchAlgorithmException if the appropriate data integrity
1171 NoSuchAlgorithmException, CertificateException {
1206 * @exception NoSuchAlgorithmException i
[all...]
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DAlgorithmId.java122 } catch (NoSuchAlgorithmException e) {
129 } catch (NoSuchAlgorithmException ee) {
390 * @exception NoSuchAlgorithmException on error.
394 throws NoSuchAlgorithmException {
403 * @exception NoSuchAlgorithmException on error.
406 throws NoSuchAlgorithmException {
411 throw new NoSuchAlgorithmException
416 throw new NoSuchAlgorithmException
427 * @exception NoSuchAlgorithmException on error.
430 throws NoSuchAlgorithmException {
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/keyvalues/
H A DDSAKeyValue.java26 import java.security.NoSuchAlgorithmException;
129 } catch (NoSuchAlgorithmException ex) {
/openjdk7/jdk/src/share/classes/com/sun/security/cert/internal/x509/
H A DX509V1CertImpl.java130 throws CertificateException, NoSuchAlgorithmException,
151 throws CertificateException, NoSuchAlgorithmException,
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/
H A DCramMD5Server.java34 import java.security.NoSuchAlgorithmException;
231 } catch (NoSuchAlgorithmException e) {
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DCertId.java31 import java.security.NoSuchAlgorithmException;
77 } catch (NoSuchAlgorithmException nsae) {
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLServerSocketFactory.java114 } catch (NoSuchAlgorithmException e) {
/openjdk7/jdk/test/javax/security/auth/login/Configuration/
H A DGetInstance.java72 } catch (NoSuchAlgorithmException nsae) {
89 } catch (NoSuchAlgorithmException nsae) {
119 } catch (NoSuchAlgorithmException nsae) {
162 } catch (NoSuchAlgorithmException nsae) {
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMHMACSignatureMethod.java38 import java.security.NoSuchAlgorithmException;
137 } catch (NoSuchAlgorithmException nsae) {
163 } catch (NoSuchAlgorithmException nsae) {
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipherSpi.java34 import java.security.NoSuchAlgorithmException;
186 * <p>If the answer is NO, throw a <code>NoSuchAlgorithmException</code>
220 * <p>If the answer is NO, throw a <code>NoSuchAlgorithmException</code>
237 * @exception NoSuchAlgorithmException if the requested cipher mode does
241 throws NoSuchAlgorithmException;
895 * @exception NoSuchAlgorithmException if no installed providers
906 throws InvalidKeyException, NoSuchAlgorithmException
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DHttpsSocketFacTest.java42 import java.security.NoSuchAlgorithmException;
96 } catch (NoSuchAlgorithmException e) {
132 public void startHttpsServer() throws IOException, NoSuchAlgorithmException {

Completed in 124 milliseconds

123456789