Uses of Interface
javax.xml.crypto.dsig.SignatureProperty
| Package | Description | 
|---|---|
| javax.xml.crypto.dsig | Classes for generating and validating XML digital
 signatures. | 
- 
Uses of SignatureProperty in javax.xml.crypto.dsigMethods in javax.xml.crypto.dsig that return SignatureProperty Modifier and Type Method Description 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 Modifier and Type Method Description List<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 Modifier and Type Method Description abstract SignaturePropertiesXMLSignatureFactory. newSignatureProperties(List<? extends SignatureProperty> properties, String id)Creates aSignaturePropertiescontaining the specified list ofSignaturePropertys and optional id.