Class CryptographicSuiteMetadata
java.lang.Object
eu.europa.esig.dss.model.policy.crypto.CryptographicSuiteMetadata
- All Implemented Interfaces:
Serializable
Contains metadata about the ETSI TS 119 322 cryptographic suite
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()Gets the policy identifiergetLang()Gets the policy language two-character ISO identifierGets the policy's nest update dateGets the policy's issue dateGets the policy nameGets the policy OIDGets the policy URIGets the policy publisher's addressGets the policy publisher's nameGets the policy publisher's website URIgetUsage()Gets the policy usageGets the policy versioninthashCode()voidSets the value of the /dssc:id elementvoidSets the value of the /dssc:lang elementvoidsetNextUpdate(Date nextUpdate) Sets the value of the /dssc:NextUpdate elementvoidsetPolicyIssueDate(Date policyIssueDate) Sets the value of the /dssc:PolicyIssueDate elementvoidsetPolicyName(String policyName) Sets the value of the /dssc:PolicyName/dssc:Name elementvoidsetPolicyOID(String policyOID) Sets the value of the /dssc:PolicyName/dssc:ObjectIdentifier elementvoidsetPolicyURI(String policyURI) Sets the value of the /dssc:PolicyName/dssc:URI elementvoidsetPublisherAddress(String publisherAddress) Sets the value of the /dssc:Publisher/dssc:Address elementvoidsetPublisherName(String publisherName) Sets the value of the /dssc:Publisher/dssc:Name elementvoidsetPublisherURI(String publisherURI) Sets the value of the /dssc:Publisher/dssc:URI elementvoidSets the value of the /dssc:Usage elementvoidsetVersion(String version) Sets the value of the /dssc:version elementtoString()
-
Constructor Details
-
CryptographicSuiteMetadata
public CryptographicSuiteMetadata()Default constructor
-
-
Method Details
-
getPolicyName
-
setPolicyName
-
getPolicyOID
-
setPolicyOID
-
getPolicyURI
-
setPolicyURI
-
getPublisherName
-
setPublisherName
-
getPublisherAddress
-
setPublisherAddress
-
getPublisherURI
-
setPublisherURI
-
getPolicyIssueDate
-
setPolicyIssueDate
-
getNextUpdate
-
setNextUpdate
-
getUsage
-
setUsage
-
getVersion
-
setVersion
-
getLang
-
setLang
-
getId
-
setId
-
equals
-
hashCode
-
toString
-