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

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

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

Methods in org.w3.www._2000._09.xmldsig that return KeyInfoType
 KeyInfoType SignatureType.getKeyInfo()
          Gets the keyInfo value for this SignatureType.
 

Methods in org.w3.www._2000._09.xmldsig with parameters of type KeyInfoType
 void SignatureType.setKeyInfo(KeyInfoType keyInfo)
          Sets the keyInfo value for this SignatureType.
 

Constructors in org.w3.www._2000._09.xmldsig with parameters of type KeyInfoType
SignatureType(SignedInfoType signedInfo, SignatureValueType signatureValue, KeyInfoType keyInfo, ObjectType[] object, org.apache.axis.types.Id id)