Uses of Interface
javax.xml.crypto.dsig.SignatureProperty
Packages that use SignatureProperty
-
Uses of SignatureProperty in javax.xml.crypto.dsig
Methods in javax.xml.crypto.dsig that return SignatureProperty修饰符和类方法描述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修饰符和类方法描述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修饰符和类方法描述abstract SignatureProperties
XMLSignatureFactory.newSignatureProperties
(List<? extends SignatureProperty> properties, String id) Creates aSignatureProperties
containing the specified list ofSignatureProperty
s and optional id.