|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReadOnlyJWEHeader
Read-only view of a JWE header.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.nimbusds.jose.ReadOnlyCommonSEHeader |
|---|
getJWK, getJWKURL, getKeyID, getX509CertChain, getX509CertThumbprint, getX509CertURL |
| Methods inherited from interface com.nimbusds.jose.ReadOnlyHeader |
|---|
getContentType, getCustomParameter, getCustomParameters, getIncludedParameters, getType, toBase64URL, toJSONObject |
| Method Detail |
|---|
JWEAlgorithm 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||