Class CryptographicSuiteParameter
java.lang.Object
eu.europa.esig.dss.model.policy.crypto.CryptographicSuiteParameter
- All Implemented Interfaces:
Serializable
This class provides a representation of a "Parameter" element extracted
from an ETSI TS 119 322 cryptographic suite catalogue
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CryptographicSuiteParametercopy(CryptographicSuiteParameter parameter) Instantiates a new CryptographicSuiteParameter by copying the values ofparameterbooleangetMax()Gets the max value of parametergetMin()Gets the min value of parametergetName()Gets the name identifier of parameterinthashCode()voidSets a value of the /dssc:Parameter/dssc:Max elementvoidSets a value of the /dssc:Parameter/dssc:Min elementvoidSets a value of the /dssc:Parameter/dssc:name elementtoString()
-
Constructor Details
-
CryptographicSuiteParameter
public CryptographicSuiteParameter()Default constructor
-
-
Method Details
-
getName
-
setName
-
getMin
-
setMin
-
getMax
-
setMax
-
copy
Instantiates a new CryptographicSuiteParameter by copying the values ofparameter- Parameters:
parameter-CryptographicSuiteParameter- Returns:
CryptographicSuiteParameter
-
equals
-
hashCode
-
toString
-