ALGORITHM, CRITICAL, JSON_WEB_KEY, JWK_SET_URL, KEY_ID, X509_CERT_CHAIN, X509_CERT_SHA1_THUMBPRINT, X509_CERT_SHA256_THUMBPRINT, X509_URLCOMPRESSION_ALGORITHM, CONTENT_TYPE, DEPRECATED_COMPRESSION_ALGORITHM, JWT_TYPE, TYPE| Constructor and Description |
|---|
DefaultJwsHeader() |
DefaultJwsHeader(Map<String,Object> map) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
String |
getKeyId() |
JwsHeader |
setAlgorithm(String alg) |
JwsHeader |
setKeyId(String kid) |
getCompressionAlgorithm, getContentType, getType, setCompressionAlgorithm, setContentType, setTypeclear, containsKey, containsValue, entrySet, equals, get, getString, hashCode, isEmpty, keySet, put, putAll, remove, setDate, setDateAsSeconds, setValue, size, toDate, toSpecDate, toString, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCompressionAlgorithm, getContentType, getType, setCompressionAlgorithm, setContentType, setTypepublic String getAlgorithm()
getAlgorithm in interface JwsHeaderpublic JwsHeader setAlgorithm(String alg)
setAlgorithm in interface JwsHeaderCopyright © 2014–2022 jsonwebtoken.io. All rights reserved.