public interface ReadOnlyJWEHeader extends ReadOnlyCommonSEHeader
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. |
Base64URL |
getEncryptionPartyUInfo()
Gets the encryption PartyUInfo (
epu) parameter. |
Base64URL |
getEncryptionPartyVInfo()
Gets the encryption PartyVInfo (
epv) parameter. |
ECKey |
getEphemeralPublicKey()
Gets the Ephemeral Public Key (
epk) parameter. |
getJWK, getJWKURL, getKeyID, getX509CertChain, getX509CertThumbprint, getX509CertURLgetContentType, getCustomParameter, getCustomParameters, getIncludedParameters, getType, toBase64URL, toJSONObjectJWEAlgorithm getAlgorithm()
alg) parameter.getAlgorithm in interface ReadOnlyHeaderEncryptionMethod 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 getEncryptionPartyUInfo()
epu) parameter.null if not
specified.Base64URL getEncryptionPartyVInfo()
epv) parameter.null if not
specified.Copyright © 2013 NimbusDS. All Rights Reserved.