Package org.cxml
Class XadesSignedSignatureProperties
java.lang.Object
org.cxml.XadesSignedSignatureProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected XadesSignaturePolicyIdentifierprotected XadesSignatureProductionPlaceprotected XadesSignerRoleprotected XadesSigningCertificateprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the xadesSignaturePolicyIdentifier property.Gets the value of the xadesSignatureProductionPlace property.Gets the value of the xadesSignerRole property.Gets the value of the xadesSigningCertificate property.Gets the value of the xadesSigningTime property.voidSets the value of the id property.voidSets the value of the xadesSignaturePolicyIdentifier property.voidSets the value of the xadesSignatureProductionPlace property.voidSets the value of the xadesSignerRole property.voidSets the value of the xadesSigningCertificate property.voidsetXadesSigningTime(String value) Sets the value of the xadesSigningTime property.
-
Field Details
-
id
-
xadesSigningTime
-
xadesSigningCertificate
-
xadesSignaturePolicyIdentifier
-
xadesSignatureProductionPlace
-
xadesSignerRole
-
-
Constructor Details
-
XadesSignedSignatureProperties
public XadesSignedSignatureProperties()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getXadesSigningTime
Gets the value of the xadesSigningTime property.- Returns:
- possible object is
String
-
setXadesSigningTime
Sets the value of the xadesSigningTime property.- Parameters:
value- allowed object isString
-
getXadesSigningCertificate
Gets the value of the xadesSigningCertificate property.- Returns:
- possible object is
XadesSigningCertificate
-
setXadesSigningCertificate
Sets the value of the xadesSigningCertificate property.- Parameters:
value- allowed object isXadesSigningCertificate
-
getXadesSignaturePolicyIdentifier
Gets the value of the xadesSignaturePolicyIdentifier property.- Returns:
- possible object is
XadesSignaturePolicyIdentifier
-
setXadesSignaturePolicyIdentifier
Sets the value of the xadesSignaturePolicyIdentifier property.- Parameters:
value- allowed object isXadesSignaturePolicyIdentifier
-
getXadesSignatureProductionPlace
Gets the value of the xadesSignatureProductionPlace property.- Returns:
- possible object is
XadesSignatureProductionPlace
-
setXadesSignatureProductionPlace
Sets the value of the xadesSignatureProductionPlace property.- Parameters:
value- allowed object isXadesSignatureProductionPlace
-
getXadesSignerRole
Gets the value of the xadesSignerRole property.- Returns:
- possible object is
XadesSignerRole
-
setXadesSignerRole
Sets the value of the xadesSignerRole property.- Parameters:
value- allowed object isXadesSignerRole
-