Package org.webpki.json
Class JSONSymKeyEncrypter
java.lang.Object
org.webpki.json.JSONEncrypter
org.webpki.json.JSONSymKeyEncrypter
Initiator object for symmetric key encryptions.
-
Constructor Summary
ConstructorDescriptionJSONSymKeyEncrypter
(byte[] contentEncryptionKey) Constructor for JCE based solutions. -
Method Summary
Methods inherited from class org.webpki.json.JSONEncrypter
setExtensions, setKeyId, setOutputPublicKeyInfo
-
Constructor Details
-
JSONSymKeyEncrypter
public JSONSymKeyEncrypter(byte[] contentEncryptionKey) Constructor for JCE based solutions.- Parameters:
contentEncryptionKey
- Symmetric key
-