Uses of Class
org.w3.www._2000._09.xmldsig.X509IssuerSerialType

Packages that use X509IssuerSerialType
org.w3.www._2000._09.xmldsig   
 

Uses of X509IssuerSerialType in org.w3.www._2000._09.xmldsig
 

Methods in org.w3.www._2000._09.xmldsig that return X509IssuerSerialType
 X509IssuerSerialType X509DataType.getX509IssuerSerial()
          Gets the x509IssuerSerial value for this X509DataType.
 

Methods in org.w3.www._2000._09.xmldsig with parameters of type X509IssuerSerialType
 void X509DataType.setX509IssuerSerial(X509IssuerSerialType x509IssuerSerial)
          Sets the x509IssuerSerial value for this X509DataType.
 

Constructors in org.w3.www._2000._09.xmldsig with parameters of type X509IssuerSerialType
X509DataType(X509IssuerSerialType x509IssuerSerial, byte[] x509SKI, java.lang.String x509SubjectName, byte[] x509Certificate, byte[] x509CRL, org.apache.axis.message.MessageElement[] _any)