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

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

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

Methods in org.w3.www._2000._09.xmldsig that return DSAKeyValueType
 DSAKeyValueType KeyValueType.getDSAKeyValue()
          Gets the DSAKeyValue value for this KeyValueType.
 

Methods in org.w3.www._2000._09.xmldsig with parameters of type DSAKeyValueType
 void KeyValueType.setDSAKeyValue(DSAKeyValueType DSAKeyValue)
          Sets the DSAKeyValue value for this KeyValueType.
 

Constructors in org.w3.www._2000._09.xmldsig with parameters of type DSAKeyValueType
KeyValueType(DSAKeyValueType DSAKeyValue, RSAKeyValueType RSAKeyValue, org.apache.axis.message.MessageElement[] _any)