Class CBORX509Encrypter

java.lang.Object
org.webpki.cbor.CBOREncrypter
org.webpki.cbor.CBORX509Encrypter

public class CBORX509Encrypter extends CBOREncrypter
Class for X.509 encryption.
  • Constructor Details

    • CBORX509Encrypter

      public CBORX509Encrypter(X509Certificate[] certificatePath, KeyEncryptionAlgorithms keyEncryptionAlgorithm, ContentEncryptionAlgorithms contentEncryptionAlgorithm)
      Initializes an encrypter object.
      Parameters:
      certificatePath - Encryption certificate path
      keyEncryptionAlgorithm - Key encryption algorithm
      contentEncryptionAlgorithm - Content encryption algorithm