Package org.cxml
Class XadesCRLRef
java.lang.Object
org.cxml.XadesCRLRef
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the xadesCRLIdentifier property.Gets the value of the xadesDigestAlgAndValue property.voidSets the value of the xadesCRLIdentifier property.voidSets the value of the xadesDigestAlgAndValue property.
-
Field Details
-
xadesDigestAlgAndValue
-
xadesCRLIdentifier
-
-
Constructor Details
-
XadesCRLRef
public XadesCRLRef()
-
-
Method Details
-
getXadesDigestAlgAndValue
Gets the value of the xadesDigestAlgAndValue property.- Returns:
- possible object is
XadesDigestAlgAndValue
-
setXadesDigestAlgAndValue
Sets the value of the xadesDigestAlgAndValue property.- Parameters:
value- allowed object isXadesDigestAlgAndValue
-
getXadesCRLIdentifier
Gets the value of the xadesCRLIdentifier property.- Returns:
- possible object is
XadesCRLIdentifier
-
setXadesCRLIdentifier
Sets the value of the xadesCRLIdentifier property.- Parameters:
value- allowed object isXadesCRLIdentifier
-