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 SignaturePropertyXMLSignatureFactory.newSignatureProperty(List<? extends XMLStructure> content, String target, String id) Creates aSignaturePropertycontaining the specified list ofXMLStructures, target URI and optional id.Methods in javax.xml.crypto.dsig that return types with arguments of type SignatureProperty修饰符和类方法描述SignatureProperties.getProperties()Returns anunmodifiable listof one or moreSignaturePropertys that are contained in thisSignatureProperties.Method parameters in javax.xml.crypto.dsig with type arguments of type SignatureProperty修饰符和类方法描述abstract SignaturePropertiesXMLSignatureFactory.newSignatureProperties(List<? extends SignatureProperty> properties, String id) Creates aSignaturePropertiescontaining the specified list ofSignaturePropertys and optional id.