public static interface JWE.Header extends JoseHeader
Modifier and Type | Method and Description |
---|---|
String |
getCompressionAlgorithm()
Gets the value of the compression algorithm header (
zip ) |
String |
getContentEncryptionAlgorithm()
Gets the value of the content encryption algorithm header (
enc ) |
String |
getKeyManagementAlgorithm()
Gets the value of the key management algorithm header (
alg ) |
getCertificateChain, getCertificateChainUrl, getCertificateSha1Fingerprint, getCertificateSha256Fingerprint, getContentType, getCritical, getJsonWebKey, getJsonWebKeyUrl, getKeyId, getType
String getKeyManagementAlgorithm()
alg
)null
if not presentString getContentEncryptionAlgorithm()
enc
)null
if not presentString getCompressionAlgorithm()
zip
)null
if not presentCopyright © 2019. All rights reserved.