Package org.cxml
Class DsX509IssuerSerial
java.lang.Object
org.cxml.DsX509IssuerSerial
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dsX509IssuerName property.Gets the value of the dsX509SerialNumber property.voidsetDsX509IssuerName(String value) Sets the value of the dsX509IssuerName property.voidsetDsX509SerialNumber(String value) Sets the value of the dsX509SerialNumber property.
-
Field Details
-
dsX509IssuerName
-
dsX509SerialNumber
-
-
Constructor Details
-
DsX509IssuerSerial
public DsX509IssuerSerial()
-
-
Method Details
-
getDsX509IssuerName
Gets the value of the dsX509IssuerName property.- Returns:
- possible object is
String
-
setDsX509IssuerName
Sets the value of the dsX509IssuerName property.- Parameters:
value- allowed object isString
-
getDsX509SerialNumber
Gets the value of the dsX509SerialNumber property.- Returns:
- possible object is
String
-
setDsX509SerialNumber
Sets the value of the dsX509SerialNumber property.- Parameters:
value- allowed object isString
-