Class SecurityExceptions
java.lang.Object
org.bouncycastle.jcajce.provider.util.SecurityExceptions
-
Method Summary
Modifier and TypeMethodDescriptionstatic BadPaddingExceptionbadPaddingException(String message, Throwable cause) static GeneralSecurityExceptiongeneralSecurityException(String message, Throwable cause) static IllegalBlockSizeExceptionillegalBlockSizeException(String message, Throwable cause) static InvalidKeyExceptioninvalidKeyException(String message, Throwable cause) static InvalidKeySpecExceptioninvalidKeySpecException(String message, Throwable cause) static SignatureExceptionsignatureException(String message, Throwable cause) static UnrecoverableKeyExceptionunrecoverableKeyException(String message, Throwable cause)
-
Method Details
-
invalidKeySpecException
-
generalSecurityException
-
invalidKeyException
-
signatureException
-
unrecoverableKeyException
-
illegalBlockSizeException
-
badPaddingException
-