public class JcaBlobVerifier extends java.lang.Object implements BlobVerifier
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)
BlobVerifier
isMatched
in interface BlobVerifier
blobData
- bytes making up the blob.blobDigest
- the expected digest.