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

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

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

Methods in org.w3.www._2000._09.xmldsig that return X509DataType
 X509DataType KeyInfoType.getX509Data()
          Gets the x509Data value for this KeyInfoType.
 

Methods in org.w3.www._2000._09.xmldsig with parameters of type X509DataType
 void KeyInfoType.setX509Data(X509DataType x509Data)
          Sets the x509Data value for this KeyInfoType.
 

Constructors in org.w3.www._2000._09.xmldsig with parameters of type X509DataType
KeyInfoType(java.lang.String keyName, KeyValueType keyValue, RetrievalMethodType retrievalMethod, X509DataType x509Data, PGPDataType PGPData, SPKIDataType SPKIData, java.lang.String mgmtData, org.apache.axis.message.MessageElement[] _any, org.apache.axis.types.Id id)