Uses of Class
org.w3.xmldsig.SignatureType
-
Packages that use SignatureType Package Description org.oasis_open.docs.ebxml_bp.ebbp_signals_2 org.w3.xmldsig -
-
Uses of SignatureType in org.oasis_open.docs.ebxml_bp.ebbp_signals_2
Fields in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 declared as SignatureType Modifier and Type Field Description protected SignatureTypeAcceptanceAcknowledgement. signatureprotected SignatureTypeReceiptAcknowledgement. signatureMethods in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 that return SignatureType Modifier and Type Method Description SignatureTypeAcceptanceAcknowledgement. getSignature()Gets the value of the signature property.SignatureTypeReceiptAcknowledgement. getSignature()Gets the value of the signature property.Methods in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 with parameters of type SignatureType Modifier and Type Method Description voidAcceptanceAcknowledgement. setSignature(SignatureType value)Sets the value of the signature property.voidReceiptAcknowledgement. setSignature(SignatureType value)Sets the value of the signature property. -
Uses of SignatureType in org.w3.xmldsig
Methods in org.w3.xmldsig that return SignatureType Modifier and Type Method Description SignatureTypeObjectFactory. createSignatureType()Create an instance ofSignatureTypeMethods in org.w3.xmldsig that return types with arguments of type SignatureType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SignatureType>ObjectFactory. createSignature(SignatureType value)Methods in org.w3.xmldsig with parameters of type SignatureType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SignatureType>ObjectFactory. createSignature(SignatureType value)
-