Apache CXF API

Uses of Class
org.apache.cxf.xkms.model.xmldsig.SignatureMethodType

Packages that use SignatureMethodType
org.apache.cxf.xkms.model.xmldsig   
 

Uses of SignatureMethodType in org.apache.cxf.xkms.model.xmldsig
 

Fields in org.apache.cxf.xkms.model.xmldsig declared as SignatureMethodType
protected  SignatureMethodType SignedInfoType.signatureMethod
           
 

Methods in org.apache.cxf.xkms.model.xmldsig that return SignatureMethodType
 SignatureMethodType ObjectFactory.createSignatureMethodType()
          Create an instance of SignatureMethodType
 SignatureMethodType SignedInfoType.getSignatureMethod()
          Gets the value of the signatureMethod property.
 

Methods in org.apache.cxf.xkms.model.xmldsig that return types with arguments of type SignatureMethodType
 JAXBElement<SignatureMethodType> ObjectFactory.createSignatureMethod(SignatureMethodType value)
          Create an instance of JAXBElement<SignatureMethodType>}
 

Methods in org.apache.cxf.xkms.model.xmldsig with parameters of type SignatureMethodType
 JAXBElement<SignatureMethodType> ObjectFactory.createSignatureMethod(SignatureMethodType value)
          Create an instance of JAXBElement<SignatureMethodType>}
 void SignedInfoType.setSignatureMethod(SignatureMethodType value)
          Sets the value of the signatureMethod property.
 


Apache CXF API

Apache CXF