Uses of Class
org.apache.cxf.xkms.model.xmldsig.SignatureType
-
Packages that use SignatureType Package Description org.apache.cxf.xkms.model.xkms org.apache.cxf.xkms.model.xmldsig -
-
Uses of SignatureType in org.apache.cxf.xkms.model.xkms
Fields in org.apache.cxf.xkms.model.xkms declared as SignatureType Modifier and Type Field Description protected SignatureTypeKeyBindingAuthenticationType. signatureprotected SignatureTypeMessageAbstractType. signatureprotected SignatureTypeProofOfPossessionType. signatureMethods in org.apache.cxf.xkms.model.xkms that return SignatureType Modifier and Type Method Description SignatureTypeKeyBindingAuthenticationType. getSignature()Gets the value of the signature property.SignatureTypeMessageAbstractType. getSignature()Gets the value of the signature property.SignatureTypeProofOfPossessionType. getSignature()Gets the value of the signature property.Methods in org.apache.cxf.xkms.model.xkms with parameters of type SignatureType Modifier and Type Method Description voidKeyBindingAuthenticationType. setSignature(SignatureType value)Sets the value of the signature property.voidMessageAbstractType. setSignature(SignatureType value)Sets the value of the signature property.voidProofOfPossessionType. setSignature(SignatureType value)Sets the value of the signature property. -
Uses of SignatureType in org.apache.cxf.xkms.model.xmldsig
Methods in org.apache.cxf.xkms.model.xmldsig that return SignatureType Modifier and Type Method Description SignatureTypeObjectFactory. createSignatureType()Create an instance ofSignatureTypeMethods in org.apache.cxf.xkms.model.xmldsig that return types with arguments of type SignatureType Modifier and Type Method Description javax.xml.bind.JAXBElement<SignatureType>ObjectFactory. createSignature(SignatureType value)Methods in org.apache.cxf.xkms.model.xmldsig with parameters of type SignatureType Modifier and Type Method Description javax.xml.bind.JAXBElement<SignatureType>ObjectFactory. createSignature(SignatureType value)
-