|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.w3.www._2000._09.xmldsig.X509DataType
public class X509DataType
Constructor Summary | |
---|---|
X509DataType()
|
|
X509DataType(X509IssuerSerialType x509IssuerSerial,
byte[] x509SKI,
java.lang.String x509SubjectName,
byte[] x509Certificate,
byte[] x509CRL,
org.apache.axis.message.MessageElement[] _any)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
org.apache.axis.message.MessageElement[] |
get_any()
Gets the _any value for this X509DataType. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
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 |
byte[] |
getX509Certificate()
Gets the x509Certificate value for this X509DataType. |
byte[] |
getX509CRL()
Gets the x509CRL value for this X509DataType. |
X509IssuerSerialType |
getX509IssuerSerial()
Gets the x509IssuerSerial value for this X509DataType. |
byte[] |
getX509SKI()
Gets the x509SKI value for this X509DataType. |
java.lang.String |
getX509SubjectName()
Gets the x509SubjectName value for this X509DataType. |
int |
hashCode()
|
void |
set_any(org.apache.axis.message.MessageElement[] _any)
Sets the _any value for this X509DataType. |
void |
setX509Certificate(byte[] x509Certificate)
Sets the x509Certificate value for this X509DataType. |
void |
setX509CRL(byte[] x509CRL)
Sets the x509CRL value for this X509DataType. |
void |
setX509IssuerSerial(X509IssuerSerialType x509IssuerSerial)
Sets the x509IssuerSerial value for this X509DataType. |
void |
setX509SKI(byte[] x509SKI)
Sets the x509SKI value for this X509DataType. |
void |
setX509SubjectName(java.lang.String x509SubjectName)
Sets the x509SubjectName value for this X509DataType. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public X509DataType()
public X509DataType(X509IssuerSerialType x509IssuerSerial, byte[] x509SKI, java.lang.String x509SubjectName, byte[] x509Certificate, byte[] x509CRL, org.apache.axis.message.MessageElement[] _any)
Method Detail |
---|
public X509IssuerSerialType getX509IssuerSerial()
public void setX509IssuerSerial(X509IssuerSerialType x509IssuerSerial)
x509IssuerSerial
- public byte[] getX509SKI()
public void setX509SKI(byte[] x509SKI)
x509SKI
- public java.lang.String getX509SubjectName()
public void setX509SubjectName(java.lang.String x509SubjectName)
x509SubjectName
- public byte[] getX509Certificate()
public void setX509Certificate(byte[] x509Certificate)
x509Certificate
- public byte[] getX509CRL()
public void setX509CRL(byte[] x509CRL)
x509CRL
- public org.apache.axis.message.MessageElement[] get_any()
get_any
in interface org.apache.axis.encoding.AnyContentType
public void set_any(org.apache.axis.message.MessageElement[] _any)
set_any
in interface org.apache.axis.encoding.AnyContentType
_any
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |