public interface JoseHeader
Modifier and Type | Method and Description |
---|---|
String |
getCertificateChain()
Gets the value of the certificate chain header (
x5c ) |
String |
getCertificateChainUrl()
Gets the value of the certificate chain URL header (
x5u ) |
String |
getCertificateSha1Fingerprint()
Gets the value of the certificate SHA1 fingerprint header (
x5t ) |
String |
getCertificateSha256Fingerprint()
Gets the value of the certificate SHA256 fingerprint header (
x5t#256 ) |
String |
getContentType()
Gets the value of the content type header (
cty ) |
String |
getCritical()
Gets the value of the critical header (
crit ) |
String |
getJsonWebKey()
Gets the value of the JSON web key header (
jwk ) |
String |
getJsonWebKeyUrl()
Gets the value of the JSON web key URL header (
jku ) |
String |
getKeyId()
Gets the value of the key ID header (
kid ) |
String |
getType()
Gets the value of the type header (
typ ) |
String getType()
typ
)null
if not presentString getContentType()
cty
)null
if not presentString getKeyId()
kid
)null
if not presentString getJsonWebKey()
jwk
)null
if not presentString getJsonWebKeyUrl()
jku
)null
if not presentString getCertificateChain()
x5c
)null
if not presentString getCertificateChainUrl()
x5u
)null
if not presentString getCertificateSha1Fingerprint()
x5t
)null
if not presentString getCertificateSha256Fingerprint()
x5t#256
)null
if not presentString getCritical()
crit
)null
if not presentCopyright © 2019. All rights reserved.