Package org.jose4j.jwe
Class ContentEncryptionParts
java.lang.Object
org.jose4j.jwe.ContentEncryptionParts
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[]private byte[]private byte[] -
Constructor Summary
ConstructorsConstructorDescriptionContentEncryptionParts(byte[] iv, byte[] ciphertext, byte[] authenticationTag) -
Method Summary
-
Field Details
-
iv
private byte[] iv -
ciphertext
private byte[] ciphertext -
authenticationTag
private byte[] authenticationTag
-
-
Constructor Details
-
ContentEncryptionParts
public ContentEncryptionParts(byte[] iv, byte[] ciphertext, byte[] authenticationTag)
-
-
Method Details
-
getIv
public byte[] getIv() -
getCiphertext
public byte[] getCiphertext() -
getAuthenticationTag
public byte[] getAuthenticationTag()
-