Uses of Class
org.bouncycastle.crypto.InvalidSignatureException
-
Packages that use InvalidSignatureException Package Description org.bouncycastle.crypto Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.org.bouncycastle.crypto.fips Classes for FIPS approved mode algorithmsorg.bouncycastle.crypto.internal org.bouncycastle.crypto.internal.signers -
-
Uses of InvalidSignatureException in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that throw InvalidSignatureException Modifier and Type Method Description boolean
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 InvalidSignatureException Modifier and Type Method Description abstract boolean
FipsOutputVerifier. isVerified(byte[] signature)
-
Uses of InvalidSignatureException in org.bouncycastle.crypto.internal
Methods in org.bouncycastle.crypto.internal that throw InvalidSignatureException Modifier and Type Method Description boolean
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 InvalidSignatureException Modifier and Type Method Description boolean
BaseRsaDigestSigner. verifySignature(byte[] signature)
return true if the internal state represents the signature described in the passed in array.
-