Class SecurityExceptions
java.lang.Object
org.bouncycastle.jcajce.provider.util.SecurityExceptions
-
Method Summary
Modifier and TypeMethodDescriptionstatic BadPaddingExceptionbadPaddingException(String message, Throwable cause) static CertificateEncodingExceptioncertificateEncodingException(String message, Throwable cause) static CertPathBuilderExceptioncertPathBuilderException(String message, Throwable cause) static CertPathValidatorExceptioncertPathValidatorException(String message, Throwable cause) static GeneralSecurityExceptiongeneralSecurityException(String message, Throwable cause) static IllegalBlockSizeExceptionillegalBlockSizeException(String message, Throwable cause) invalidAlgorithmParameterException(String message, Throwable cause) static InvalidKeyExceptioninvalidKeyException(String message, Throwable cause) static InvalidKeySpecExceptioninvalidKeySpecException(String message, Throwable cause) static NoSuchAlgorithmExceptionnoSuchAlgorithmException(String message, Throwable cause) static SignatureExceptionsignatureException(String message, Throwable cause) static UnrecoverableKeyExceptionunrecoverableKeyException(String message, Throwable cause)
-
Method Details
-
invalidKeySpecException
-
generalSecurityException
-
invalidKeyException
-
invalidAlgorithmParameterException
public static InvalidAlgorithmParameterException invalidAlgorithmParameterException(String message, Throwable cause) -
noSuchAlgorithmException
-
signatureException
-
unrecoverableKeyException
-
illegalBlockSizeException
-
badPaddingException
-
certPathValidatorException
public static CertPathValidatorException certPathValidatorException(String message, Throwable cause) -
certPathBuilderException
-
certificateEncodingException
public static CertificateEncodingException certificateEncodingException(String message, Throwable cause)
-