Package eu.europa.esig.dss.model
Class SignaturePolicyStore
java.lang.Object
eu.europa.esig.dss.model.SignaturePolicyStore
Represents the SignaturePolicyStore
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor instantiating object with null values -
Method Summary
Modifier and TypeMethodDescriptiongetId()Get Id (optional)Get policy store contentGets SigPolDocLocalURI element valueGetSpDocSpecificationcontentvoidSet Id (optional)voidsetSignaturePolicyContent(DSSDocument signaturePolicyContent) Set policy store content NOTE: one of signaturePolicyContent or sigPolDocLocalURI shall be usedvoidsetSigPolDocLocalURI(String sigPolDocLocalURI) Sets SigPolDocLocalURI element value, defining the local URI where the policy document can be retrieved NOTE: one of signaturePolicyContent or sigPolDocLocalURI shall be usedvoidsetSpDocSpecification(SpDocSpecification spDocSpecification) SetSpDocSpecification
-
Constructor Details
-
SignaturePolicyStore
public SignaturePolicyStore()Default constructor instantiating object with null values
-
-
Method Details
-
getId
Get Id (optional)- Returns:
String
-
setId
Set Id (optional)- Parameters:
id-String
-
getSpDocSpecification
GetSpDocSpecificationcontent- Returns:
SpDocSpecification
-
setSpDocSpecification
SetSpDocSpecification- Parameters:
spDocSpecification-SpDocSpecification
-
getSignaturePolicyContent
Get policy store content- Returns:
DSSDocument
-
setSignaturePolicyContent
Set policy store content NOTE: one of signaturePolicyContent or sigPolDocLocalURI shall be used- Parameters:
signaturePolicyContent-DSSDocument
-
getSigPolDocLocalURI
Gets SigPolDocLocalURI element value- Returns:
String
-
setSigPolDocLocalURI
Sets SigPolDocLocalURI element value, defining the local URI where the policy document can be retrieved NOTE: one of signaturePolicyContent or sigPolDocLocalURI shall be used- Parameters:
sigPolDocLocalURI-String
-