|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SignatureProperty | |
|---|---|
| javax.xml.crypto.dsig | Classes for generating and validating XML digital signatures. |
| org.apache.jcp.xml.dsig.internal.dom | |
| Uses of SignatureProperty in javax.xml.crypto.dsig |
|---|
| Methods in javax.xml.crypto.dsig that return SignatureProperty | |
|---|---|
abstract SignatureProperty |
XMLSignatureFactory.newSignatureProperty(List content,
String target,
String id)
Creates a SignatureProperty containing the specified
list of XMLStructures, target URI and optional id. |
| Uses of SignatureProperty in org.apache.jcp.xml.dsig.internal.dom |
|---|
| Classes in org.apache.jcp.xml.dsig.internal.dom that implement SignatureProperty | |
|---|---|
class |
DOMSignatureProperty
DOM-based implementation of SignatureProperty. |
| Methods in org.apache.jcp.xml.dsig.internal.dom that return SignatureProperty | |
|---|---|
SignatureProperty |
DOMXMLSignatureFactory.newSignatureProperty(List info,
String target,
String id)
|
| Constructor parameters in org.apache.jcp.xml.dsig.internal.dom with type arguments of type SignatureProperty | |
|---|---|
DOMSignatureProperties(List<? extends SignatureProperty> properties,
String id)
Creates a DOMSignatureProperties from the specified
parameters. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||