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