Package org.jose4j.jwe
Class ContentEncryptionKeys
java.lang.Object
org.jose4j.jwe.ContentEncryptionKeys
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final byte[]private final byte[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
contentEncryptionKey
private final byte[] contentEncryptionKey -
encryptedKey
private final byte[] encryptedKey
-
-
Constructor Details
-
ContentEncryptionKeys
public ContentEncryptionKeys(byte[] contentEncryptionKey, byte[] encryptedKey)
-
-
Method Details
-
getContentEncryptionKey
public byte[] getContentEncryptionKey() -
getEncryptedKey
public byte[] getEncryptedKey()
-