Uses of Class
org.bouncycastle.crypto.InvalidSignatureException
Packages that use InvalidSignatureException
Package
Description
Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.
Classes for FIPS approved mode algorithms
-
Uses of InvalidSignatureException in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that throw InvalidSignatureExceptionModifier and TypeMethodDescriptionboolean
OutputVerifier.isVerified
(byte[] signature) Return true if the data written to the verifying stream matches the data the signature was calculated against.void
OutputVerifierWithMessageRecovery.updateWithRecoveredMessage
(byte[] signature) Update the verifier with the recovered message data found in the signature. -
Uses of InvalidSignatureException in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that throw InvalidSignatureExceptionModifier and TypeMethodDescriptionabstract boolean
FipsOutputVerifier.isVerified
(byte[] signature) -
Uses of InvalidSignatureException in org.bouncycastle.crypto.internal
Methods in org.bouncycastle.crypto.internal that throw InvalidSignatureExceptionModifier and TypeMethodDescriptionboolean
Signer.verifySignature
(byte[] signature) return true if the internal state represents the signature described in the passed in array. -
Uses of InvalidSignatureException in org.bouncycastle.crypto.internal.signers
Methods in org.bouncycastle.crypto.internal.signers that throw InvalidSignatureExceptionModifier and TypeMethodDescriptionboolean
BaseRsaDigestSigner.verifySignature
(byte[] signature) return true if the internal state represents the signature described in the passed in array.