Package org.cxml
Class X509IssuerSerial
java.lang.Object
org.cxml.X509IssuerSerial
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the x509IssuerName property.Gets the value of the x509SerialNumber property.voidsetX509IssuerName(String value) Sets the value of the x509IssuerName property.voidsetX509SerialNumber(String value) Sets the value of the x509SerialNumber property.
-
Field Details
-
x509IssuerName
-
x509SerialNumber
-
-
Constructor Details
-
X509IssuerSerial
public X509IssuerSerial()
-
-
Method Details
-
getX509IssuerName
Gets the value of the x509IssuerName property.- Returns:
- possible object is
String
-
setX509IssuerName
Sets the value of the x509IssuerName property.- Parameters:
value- allowed object isString
-
getX509SerialNumber
Gets the value of the x509SerialNumber property.- Returns:
- possible object is
String
-
setX509SerialNumber
Sets the value of the x509SerialNumber property.- Parameters:
value- allowed object isString
-