Package org.cxml
Class XadesSignedSignatureProperties
- java.lang.Object
-
- org.cxml.XadesSignedSignatureProperties
-
public class XadesSignedSignatureProperties extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringidprotected XadesSignaturePolicyIdentifierxadesSignaturePolicyIdentifierprotected XadesSignatureProductionPlacexadesSignatureProductionPlaceprotected XadesSignerRolexadesSignerRoleprotected XadesSigningCertificatexadesSigningCertificateprotected java.lang.StringxadesSigningTime
-
Constructor Summary
Constructors Constructor Description XadesSignedSignatureProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the value of the id property.XadesSignaturePolicyIdentifiergetXadesSignaturePolicyIdentifier()Gets the value of the xadesSignaturePolicyIdentifier property.XadesSignatureProductionPlacegetXadesSignatureProductionPlace()Gets the value of the xadesSignatureProductionPlace property.XadesSignerRolegetXadesSignerRole()Gets the value of the xadesSignerRole property.XadesSigningCertificategetXadesSigningCertificate()Gets the value of the xadesSigningCertificate property.java.lang.StringgetXadesSigningTime()Gets the value of the xadesSigningTime property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetXadesSignaturePolicyIdentifier(XadesSignaturePolicyIdentifier value)Sets the value of the xadesSignaturePolicyIdentifier property.voidsetXadesSignatureProductionPlace(XadesSignatureProductionPlace value)Sets the value of the xadesSignatureProductionPlace property.voidsetXadesSignerRole(XadesSignerRole value)Sets the value of the xadesSignerRole property.voidsetXadesSigningCertificate(XadesSigningCertificate value)Sets the value of the xadesSigningCertificate property.voidsetXadesSigningTime(java.lang.String value)Sets the value of the xadesSigningTime property.
-
-
-
Field Detail
-
id
protected java.lang.String id
-
xadesSigningTime
protected java.lang.String xadesSigningTime
-
xadesSigningCertificate
protected XadesSigningCertificate xadesSigningCertificate
-
xadesSignaturePolicyIdentifier
protected XadesSignaturePolicyIdentifier xadesSignaturePolicyIdentifier
-
xadesSignatureProductionPlace
protected XadesSignatureProductionPlace xadesSignatureProductionPlace
-
xadesSignerRole
protected XadesSignerRole xadesSignerRole
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getXadesSigningTime
public java.lang.String getXadesSigningTime()
Gets the value of the xadesSigningTime property.- Returns:
- possible object is
String
-
setXadesSigningTime
public void setXadesSigningTime(java.lang.String value)
Sets the value of the xadesSigningTime property.- Parameters:
value- allowed object isString
-
getXadesSigningCertificate
public XadesSigningCertificate getXadesSigningCertificate()
Gets the value of the xadesSigningCertificate property.- Returns:
- possible object is
XadesSigningCertificate
-
setXadesSigningCertificate
public void setXadesSigningCertificate(XadesSigningCertificate value)
Sets the value of the xadesSigningCertificate property.- Parameters:
value- allowed object isXadesSigningCertificate
-
getXadesSignaturePolicyIdentifier
public XadesSignaturePolicyIdentifier getXadesSignaturePolicyIdentifier()
Gets the value of the xadesSignaturePolicyIdentifier property.- Returns:
- possible object is
XadesSignaturePolicyIdentifier
-
setXadesSignaturePolicyIdentifier
public void setXadesSignaturePolicyIdentifier(XadesSignaturePolicyIdentifier value)
Sets the value of the xadesSignaturePolicyIdentifier property.- Parameters:
value- allowed object isXadesSignaturePolicyIdentifier
-
getXadesSignatureProductionPlace
public XadesSignatureProductionPlace getXadesSignatureProductionPlace()
Gets the value of the xadesSignatureProductionPlace property.- Returns:
- possible object is
XadesSignatureProductionPlace
-
setXadesSignatureProductionPlace
public void setXadesSignatureProductionPlace(XadesSignatureProductionPlace value)
Sets the value of the xadesSignatureProductionPlace property.- Parameters:
value- allowed object isXadesSignatureProductionPlace
-
getXadesSignerRole
public XadesSignerRole getXadesSignerRole()
Gets the value of the xadesSignerRole property.- Returns:
- possible object is
XadesSignerRole
-
setXadesSignerRole
public void setXadesSignerRole(XadesSignerRole value)
Sets the value of the xadesSignerRole property.- Parameters:
value- allowed object isXadesSignerRole
-
-