Class SignatureAlgorithmWithMinKeySize
java.lang.Object
eu.europa.esig.dss.model.policy.SignatureAlgorithmWithMinKeySize
- All Implemented Interfaces:
Serializable
Defines a
eu.europa.esig.dss.enumerations.SignatureAlgorithm with a minimum key size- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSignatureAlgorithmWithMinKeySize(SignatureAlgorithm signatureAlgorithm, int minKeySize) Default constructor -
Method Summary
-
Constructor Details
-
SignatureAlgorithmWithMinKeySize
Default constructor- Parameters:
signatureAlgorithm-SignatureAlgorithmminKeySize- integer key size. 0 when not defined
-
-
Method Details
-
getSignatureAlgorithm
Gets Signature algorithm- Returns:
SignatureAlgorithm
-
getMinKeySize
public int getMinKeySize()Gets the minimum key size value- Returns:
- key size
-
equals
-
hashCode
-
toString
-