Searched refs:GeneralSecurityException (Results 1 - 25 of 108) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/java/security/
H A DGeneralSecurityException.java29 * The <code>GeneralSecurityException</code> class is a generic
36 public class GeneralSecurityException extends Exception { class in inherits:Exception
41 * Constructs a GeneralSecurityException with no detail message.
43 public GeneralSecurityException() { method in class:GeneralSecurityException
48 * Constructs a GeneralSecurityException with the specified detail
55 public GeneralSecurityException(String msg) { method in class:GeneralSecurityException
60 * Creates a <code>GeneralSecurityException</code> with the specified
70 public GeneralSecurityException(String message, Throwable cause) { method in class:GeneralSecurityException
75 * Creates a <code>GeneralSecurityException</code> with the specified cause
85 public GeneralSecurityException(Throwabl method in class:GeneralSecurityException
[all...]
H A DNoSuchProviderException.java35 public class NoSuchProviderException extends GeneralSecurityException {
H A DUnrecoverableEntryException.java35 public class UnrecoverableEntryException extends GeneralSecurityException {
H A DDigestException.java33 public class DigestException extends GeneralSecurityException {
H A DInvalidAlgorithmParameterException.java41 extends GeneralSecurityException {
H A DKeyException.java38 public class KeyException extends GeneralSecurityException {
H A DKeyStoreException.java37 public class KeyStoreException extends GeneralSecurityException {
H A DNoSuchAlgorithmException.java35 public class NoSuchAlgorithmException extends GeneralSecurityException {
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DBadPaddingException.java28 import java.security.GeneralSecurityException;
38 public class BadPaddingException extends GeneralSecurityException {
H A DExemptionMechanismException.java28 import java.security.GeneralSecurityException;
36 public class ExemptionMechanismException extends GeneralSecurityException {
H A DNoSuchPaddingException.java28 import java.security.GeneralSecurityException;
39 public class NoSuchPaddingException extends GeneralSecurityException {
H A DShortBufferException.java28 import java.security.GeneralSecurityException;
39 public class ShortBufferException extends GeneralSecurityException {
H A DIllegalBlockSizeException.java38 extends java.security.GeneralSecurityException {
/openjdk7/jdk/src/share/classes/java/security/spec/
H A DInvalidParameterSpecException.java28 import java.security.GeneralSecurityException;
43 public class InvalidParameterSpecException extends GeneralSecurityException {
H A DInvalidKeySpecException.java28 import java.security.GeneralSecurityException;
41 public class InvalidKeySpecException extends GeneralSecurityException {
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCRLException.java28 import java.security.GeneralSecurityException;
35 public class CRLException extends GeneralSecurityException {
H A DCertPathBuilderException.java28 import java.security.GeneralSecurityException;
51 public class CertPathBuilderException extends GeneralSecurityException {
H A DCertStoreException.java28 import java.security.GeneralSecurityException;
51 public class CertStoreException extends GeneralSecurityException {
H A DCertificateException.java28 import java.security.GeneralSecurityException;
36 public class CertificateException extends GeneralSecurityException {
/openjdk7/jdk/src/share/classes/com/sun/security/ntlm/
H A DNTLMException.java28 import java.security.GeneralSecurityException;
33 public final class NTLMException extends GeneralSecurityException {
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/crypto/
H A DDes3.java31 import java.security.GeneralSecurityException;
43 throws GeneralSecurityException {
48 throws GeneralSecurityException {
58 byte[] input, int start, int len) throws GeneralSecurityException {
64 throws GeneralSecurityException, KrbCryptoException {
72 throws GeneralSecurityException, KrbCryptoException {
78 throws GeneralSecurityException {
88 throws GeneralSecurityException {
H A DAes128.java30 import java.security.GeneralSecurityException;
45 throws GeneralSecurityException {
55 byte[] input, int start, int len) throws GeneralSecurityException {
61 throws GeneralSecurityException, KrbCryptoException {
69 throws GeneralSecurityException, KrbCryptoException {
75 throws GeneralSecurityException {
82 throws GeneralSecurityException {
H A DAes256.java30 import java.security.GeneralSecurityException;
45 throws GeneralSecurityException {
55 byte[] input, int start, int len) throws GeneralSecurityException {
61 throws GeneralSecurityException, KrbCryptoException {
69 throws GeneralSecurityException, KrbCryptoException {
75 throws GeneralSecurityException {
85 throws GeneralSecurityException {
H A DArcFourHmac.java31 import java.security.GeneralSecurityException;
46 throws GeneralSecurityException {
56 byte[] input, int start, int len) throws GeneralSecurityException {
63 throws GeneralSecurityException, KrbCryptoException {
70 throws GeneralSecurityException, KrbCryptoException {
76 throws GeneralSecurityException, KrbCryptoException {
84 throws GeneralSecurityException, KrbCryptoException {
90 throws GeneralSecurityException {
97 throws GeneralSecurityException {
/openjdk7/jdk/src/share/classes/javax/security/auth/login/
H A DLoginException.java34 public class LoginException extends java.security.GeneralSecurityException {

Completed in 43 milliseconds

12345