org.w3.www._2000._09.xmldsig
Class X509DataType

java.lang.Object
  extended by org.w3.www._2000._09.xmldsig.X509DataType
All Implemented Interfaces:
java.io.Serializable, org.apache.axis.encoding.AnyContentType

public class X509DataType
extends java.lang.Object
implements java.io.Serializable, org.apache.axis.encoding.AnyContentType

See Also:
Serialized Form

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

X509DataType

public X509DataType()

X509DataType

public X509DataType(X509IssuerSerialType x509IssuerSerial,
                    byte[] x509SKI,
                    java.lang.String x509SubjectName,
                    byte[] x509Certificate,
                    byte[] x509CRL,
                    org.apache.axis.message.MessageElement[] _any)
Method Detail

getX509IssuerSerial

public X509IssuerSerialType getX509IssuerSerial()
Gets the x509IssuerSerial value for this X509DataType.

Returns:
x509IssuerSerial

setX509IssuerSerial

public void setX509IssuerSerial(X509IssuerSerialType x509IssuerSerial)
Sets the x509IssuerSerial value for this X509DataType.

Parameters:
x509IssuerSerial -

getX509SKI

public byte[] getX509SKI()
Gets the x509SKI value for this X509DataType.

Returns:
x509SKI

setX509SKI

public void setX509SKI(byte[] x509SKI)
Sets the x509SKI value for this X509DataType.

Parameters:
x509SKI -

getX509SubjectName

public java.lang.String getX509SubjectName()
Gets the x509SubjectName value for this X509DataType.

Returns:
x509SubjectName

setX509SubjectName

public void setX509SubjectName(java.lang.String x509SubjectName)
Sets the x509SubjectName value for this X509DataType.

Parameters:
x509SubjectName -

getX509Certificate

public byte[] getX509Certificate()
Gets the x509Certificate value for this X509DataType.

Returns:
x509Certificate

setX509Certificate

public void setX509Certificate(byte[] x509Certificate)
Sets the x509Certificate value for this X509DataType.

Parameters:
x509Certificate -

getX509CRL

public byte[] getX509CRL()
Gets the x509CRL value for this X509DataType.

Returns:
x509CRL

setX509CRL

public void setX509CRL(byte[] x509CRL)
Sets the x509CRL value for this X509DataType.

Parameters:
x509CRL -

get_any

public org.apache.axis.message.MessageElement[] get_any()
Gets the _any value for this X509DataType.

Specified by:
get_any in interface org.apache.axis.encoding.AnyContentType
Returns:
_any

set_any

public void set_any(org.apache.axis.message.MessageElement[] _any)
Sets the _any value for this X509DataType.

Specified by:
set_any in interface org.apache.axis.encoding.AnyContentType
Parameters:
_any -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer