public class BcBlobVerifier extends java.lang.Object implements BlobVerifier
| Constructor and Description |
|---|
BcBlobVerifier() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMatched(byte[] blobData,
byte[] blobDigest)
Return true if the passed in blobData calculates to the expected digest.
|
public boolean isMatched(byte[] blobData,
byte[] blobDigest)
BlobVerifierisMatched in interface BlobVerifierblobData - bytes making up the blob.blobDigest - the expected digest.