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

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

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

Methods in org.w3.www._2000._09.xmldsig that return KeyValueType
 KeyValueType KeyInfoType.getKeyValue()
          Gets the keyValue value for this KeyInfoType.
 

Methods in org.w3.www._2000._09.xmldsig with parameters of type KeyValueType
 void KeyInfoType.setKeyValue(KeyValueType keyValue)
          Sets the keyValue value for this KeyInfoType.
 

Constructors in org.w3.www._2000._09.xmldsig with parameters of type KeyValueType
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)