public interface DigestSupplier
DigestSupplier
provides access to the result of a cryptographic digest algorithm, such as a
Message Digest, MAC, Signature, or Authentication Tag.Modifier and Type | Method and Description |
---|---|
byte[] |
getDigest()
Returns a cryptographic digest result, such as a Message Digest, MAC, Signature, or Authentication Tag
depending on the cryptographic algorithm that produced it.
|
byte[] getDigest()
Copyright © 2014–2023 jsonwebtoken.io. All rights reserved.