public interface ReadOnlyJWEHeader
JWE header.| Modifier and Type | Method and Description |
|---|---|
Base64URL |
getAgreementPartyUInfo()
Gets the agreement PartyUInfo (
apu) parameter. |
Base64URL |
getAgreementPartyVInfo()
Gets the agreement PartyVInfo (
apv) parameter. |
JWEAlgorithm |
getAlgorithm()
Gets the algorithm (
alg) parameter. |
CompressionAlgorithm |
getCompressionAlgorithm()
Gets the compression algorithm (
zip) parameter. |
EncryptionMethod |
getEncryptionMethod()
Gets the encryption method (
enc) parameter. |
ECKey |
getEphemeralPublicKey()
Gets the Ephemeral Public Key (
epk) parameter. |
JWK |
getJWK()
Gets the JSON Web Key (JWK) (
jwk) parameter. |
java.net.URL |
getJWKURL()
Gets the JSON Web Key (JWK) Set URL (
jku) parameter. |
java.lang.String |
getKeyID()
Gets the key ID (
kid) parameter. |
int |
getPBES2Count()
Gets the PBES2 count (
p2c) parameter. |
Base64URL |
getPBES2Salt()
Gets the PBES2 salt (
p2s) parameter. |
java.util.List<Base64> |
getX509CertChain()
Gets the X.509 certificate chain (
x5c) parameter
corresponding to the key used to sign or encrypt the JWS / JWE
object. |
Base64URL |
getX509CertThumbprint()
Gets the X.509 certificate thumbprint (
x5t) parameter. |
java.net.URL |
getX509CertURL()
Gets the X.509 certificate URL (
x5u) parameter. |
getContentType, getCriticalHeaders, getCustomParameter, getCustomParameters, getIncludedParameters, getType, toBase64URL, toJSONObject, toStringJWEAlgorithm getAlgorithm()
alg) parameter.EncryptionMethod getEncryptionMethod()
enc) parameter.ECKey getEphemeralPublicKey()
epk) parameter.null if not
specified.CompressionAlgorithm getCompressionAlgorithm()
zip) parameter.null if not
specified.Base64URL getAgreementPartyUInfo()
apu) parameter.null if not
specified.Base64URL getAgreementPartyVInfo()
apv) parameter.null if not
specified.Base64URL getPBES2Salt()
p2s) parameter.null if not specified.int getPBES2Count()
p2c) parameter.java.net.URL getJWKURL()
jku) parameter.null if not
specified.JWK getJWK()
jwk) parameter.null if not
specified.java.net.URL getX509CertURL()
x5u) parameter.null if not
specified.Base64URL getX509CertThumbprint()
x5t) parameter.null if
not specified.java.util.List<Base64> getX509CertChain()
x5c) parameter
corresponding to the key used to sign or encrypt the JWS / JWE
object.null if not specified.java.lang.String getKeyID()
kid) parameter.null if not specified.Copyright © 2014 Connect2id Ltd.. All Rights Reserved.