Uses of Interface
javax.xml.crypto.dsig.SignatureProperty
-
Packages that use SignatureProperty Package Description javax.xml.crypto.dsig Classes for generating and validating XML digital signatures. -
-
Uses of SignatureProperty in javax.xml.crypto.dsig
Methods in javax.xml.crypto.dsig that return SignatureProperty Modifier and Type Method Description abstract SignatureProperty
XMLSignatureFactory. newSignatureProperty(List<? extends XMLStructure> content, String target, String id)
Creates aSignatureProperty
containing the specified list ofXMLStructure
s, target URI and optional id.Methods in javax.xml.crypto.dsig that return types with arguments of type SignatureProperty Modifier and Type Method Description List<SignatureProperty>
SignatureProperties. getProperties()
Returns anunmodifiable list
of one or moreSignatureProperty
s that are contained in thisSignatureProperties
.Method parameters in javax.xml.crypto.dsig with type arguments of type SignatureProperty Modifier and Type Method Description abstract SignatureProperties
XMLSignatureFactory. newSignatureProperties(List<? extends SignatureProperty> properties, String id)
Creates aSignatureProperties
containing the specified list ofSignatureProperty
s and optional id.
-