public class DefaultProtectedHeader extends DefaultHeader implements ProtectedHeader
idiomaticValues, valuesALGORITHM, COMPRESSION_ALGORITHM, CONTENT_TYPE, DEPRECATED_COMPRESSION_ALGORITHM, JWT_TYPE, TYPE| Modifier | Constructor and Description |
|---|---|
protected |
DefaultProtectedHeader(Registry<String,Parameter<?>> registry,
Map<String,?> values) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getCritical() |
PublicJwk<?> |
getJwk() |
URI |
getJwkSetUrl() |
String |
getKeyId() |
List<X509Certificate> |
getX509Chain() |
byte[] |
getX509Sha1Thumbprint() |
byte[] |
getX509Sha256Thumbprint() |
URI |
getX509Url() |
getAlgorithm, getCompressionAlgorithm, getContentType, getName, getTypeclear, containsKey, containsValue, entrySet, equals, get, get, hashCode, isEmpty, keySet, put, put, putAll, remove, replace, size, toString, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAlgorithm, getCompressionAlgorithm, getContentType, getTypepublic String getKeyId()
getKeyId in interface ProtectedHeaderpublic URI getJwkSetUrl()
getJwkSetUrl in interface ProtectedHeaderpublic PublicJwk<?> getJwk()
getJwk in interface ProtectedHeaderpublic URI getX509Url()
getX509Url in interface X509Accessorpublic List<X509Certificate> getX509Chain()
getX509Chain in interface X509Accessorpublic byte[] getX509Sha1Thumbprint()
getX509Sha1Thumbprint in interface X509Accessorpublic byte[] getX509Sha256Thumbprint()
getX509Sha256Thumbprint in interface X509Accessorpublic Set<String> getCritical()
getCritical in interface ProtectedHeaderCopyright © 2014–2024 jsonwebtoken.io. All rights reserved.