Package org.bouncycastle.gpg.keybox
Interface BlobVerifier
-
- All Known Implementing Classes:
BcBlobVerifier,JcaBlobVerifier
public interface BlobVerifierBase interface for a blob integrity checking operator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisMatched(byte[] blobData, byte[] blobDigest)Return true if the passed in blobData calculates to the expected digest.
-