Class CBORX509Encrypter


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

    • CBORX509Encrypter

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