Package eu.europa.esig.dss.model
Class SignaturePolicyStore
java.lang.Object
eu.europa.esig.dss.model.SignaturePolicyStore
Represents the SignaturePolicyStore
-
Constructor Summary
ConstructorDescriptionDefault constructor instantiating object with null values -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Get Id (optional)Get policy store contentGets SigPolDocLocalURI element valueGetSpDocSpecification
contentvoid
Set Id (optional)void
setSignaturePolicyContent
(DSSDocument signaturePolicyContent) Set policy store content NOTE: one of signaturePolicyContent or sigPolDocLocalURI shall be usedvoid
setSigPolDocLocalURI
(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 usedvoid
setSpDocSpecification
(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
GetSpDocSpecification
content- 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
-