public class X509DataType
extends java.lang.Object
implements java.io.Serializable, org.apache.axis.encoding.AnyContentType
| Constructor and Description |
|---|
X509DataType() |
X509DataType(X509IssuerSerialType x509IssuerSerial,
byte[] x509SKI,
java.lang.String x509SubjectName,
byte[] x509Certificate,
byte[] x509CRL,
org.apache.axis.message.MessageElement[] _any) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public X509DataType()
public X509DataType(X509IssuerSerialType x509IssuerSerial, byte[] x509SKI, java.lang.String x509SubjectName, byte[] x509Certificate, byte[] x509CRL, org.apache.axis.message.MessageElement[] _any)
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.AnyContentTypepublic 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.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)
Copyright © 2025. All rights reserved.