public class SignerInfo
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SignerInfo() |
SignerInfo(java.lang.String commonName,
java.lang.String IDCode,
CertificateInfo certificate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
CertificateInfo |
getCertificate()
Gets the certificate value for this SignerInfo.
|
java.lang.String |
getCommonName()
Gets the commonName value for this SignerInfo.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.String |
getIDCode()
Gets the IDCode value for this SignerInfo.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCertificate(CertificateInfo certificate)
Sets the certificate value for this SignerInfo.
|
void |
setCommonName(java.lang.String commonName)
Sets the commonName value for this SignerInfo.
|
void |
setIDCode(java.lang.String IDCode)
Sets the IDCode value for this SignerInfo.
|
public SignerInfo()
public SignerInfo(java.lang.String commonName,
java.lang.String IDCode,
CertificateInfo certificate)
public java.lang.String getCommonName()
public void setCommonName(java.lang.String commonName)
commonName - public java.lang.String getIDCode()
public void setIDCode(java.lang.String IDCode)
IDCode - public CertificateInfo getCertificate()
public void setCertificate(CertificateInfo certificate)
certificate - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)