Class EncryptionAlgorithmWithMinKeySize

java.lang.Object
eu.europa.esig.dss.model.policy.EncryptionAlgorithmWithMinKeySize
All Implemented Interfaces:
Serializable

public class EncryptionAlgorithmWithMinKeySize extends Object implements Serializable
DTO containing a pair of an eu.europa.esig.dss.enumerations.EncryptionAlgorithm and its corresponding minimal allowed key size
See Also:
  • Constructor Details

    • EncryptionAlgorithmWithMinKeySize

      public EncryptionAlgorithmWithMinKeySize(EncryptionAlgorithm encryptionAlgorithm, int minKeySize)
      Default constructor
      Parameters:
      encryptionAlgorithm - EncryptionAlgorithm
      minKeySize - integer key size. 0 when not defined
  • Method Details