Package org.webpki.cbor
Class CBORX509Encrypter
Class for X.509 encryption.
-
Constructor Summary
ConstructorsConstructorDescriptionCBORX509Encrypter(X509Certificate[] certificatePath, KeyEncryptionAlgorithms keyEncryptionAlgorithm, ContentEncryptionAlgorithms contentEncryptionAlgorithm) Creates an encrypter object. -
Method Summary
Methods inherited from class org.webpki.cbor.CBOREncrypter
encrypt, encrypt, setIntercepter, setKeyId
-
Constructor Details
-
CBORX509Encrypter
public CBORX509Encrypter(X509Certificate[] certificatePath, KeyEncryptionAlgorithms keyEncryptionAlgorithm, ContentEncryptionAlgorithms contentEncryptionAlgorithm) Creates an encrypter object.- Parameters:
certificatePath- Encryption certificate pathkeyEncryptionAlgorithm- Key encryption algorithmcontentEncryptionAlgorithm- Content encryption algorithm
-