Uses of Class
org.apache.cxf.ws.security.sts.provider.model.xmldsig.SignaturePropertyType
-
Packages that use SignaturePropertyType Package Description org.apache.cxf.ws.security.sts.provider.model.xmldsig -
-
Uses of SignaturePropertyType in org.apache.cxf.ws.security.sts.provider.model.xmldsig
Fields in org.apache.cxf.ws.security.sts.provider.model.xmldsig with type parameters of type SignaturePropertyType Modifier and Type Field Description protected List<SignaturePropertyType>SignaturePropertiesType. signaturePropertyMethods in org.apache.cxf.ws.security.sts.provider.model.xmldsig that return SignaturePropertyType Modifier and Type Method Description SignaturePropertyTypeObjectFactory. createSignaturePropertyType()Create an instance ofSignaturePropertyTypeMethods in org.apache.cxf.ws.security.sts.provider.model.xmldsig that return types with arguments of type SignaturePropertyType Modifier and Type Method Description javax.xml.bind.JAXBElement<SignaturePropertyType>ObjectFactory. createSignatureProperty(SignaturePropertyType value)List<SignaturePropertyType>SignaturePropertiesType. getSignatureProperty()Gets the value of the signatureProperty property.Methods in org.apache.cxf.ws.security.sts.provider.model.xmldsig with parameters of type SignaturePropertyType Modifier and Type Method Description javax.xml.bind.JAXBElement<SignaturePropertyType>ObjectFactory. createSignatureProperty(SignaturePropertyType value)
-