public interface JwkThumbprint
| Modifier and Type | Method and Description |
|---|---|
HashAlgorithm |
getHashAlgorithm()
Returns the
HashAlgorithm used to compute the thumbprint. |
byte[] |
toByteArray()
Returns the actual thumbprint (aka digest) byte array value.
|
String |
toString()
Returns the
toByteArray() value as a Base64URL-encoded string. |
URI |
toURI()
Returns the canonical URI representation of this thumbprint as defined by the
JWK Thumbprint URI specification.
|
HashAlgorithm getHashAlgorithm()
HashAlgorithm used to compute the thumbprint.HashAlgorithm used to compute the thumbprint.byte[] toByteArray()
URI toURI()
String toString()
toByteArray() value as a Base64URL-encoded string.Copyright © 2014–2023 jsonwebtoken.io. All rights reserved.