Package org.webpki.json
Class JSONX509Encrypter
java.lang.Object
org.webpki.json.JSONEncrypter
org.webpki.json.JSONX509Encrypter
Initiator object for certificate based encryptions.
-
Constructor Summary
ConstructorDescriptionJSONX509Encrypter
(X509Certificate[] certificatePath, KeyEncryptionAlgorithms keyEncryptionAlgorithm) Constructor for JCE based solutions. -
Method Summary
Methods inherited from class org.webpki.json.JSONEncrypter
setExtensions, setKeyId, setOutputPublicKeyInfo
-
Constructor Details
-
JSONX509Encrypter
public JSONX509Encrypter(X509Certificate[] certificatePath, KeyEncryptionAlgorithms keyEncryptionAlgorithm) Constructor for JCE based solutions.- Parameters:
certificatePath
- Certificate path used for encrypting the keykeyEncryptionAlgorithm
- The algorithm used for encrypting the key
-