Package | Description |
---|---|
javax.xml.crypto.dsig |
Classes for generating and validating XML digital
signatures.
|
org.apache.jcp.xml.dsig.internal.dom |
Modifier and Type | Method and Description |
---|---|
abstract SignatureProperty |
XMLSignatureFactory.newSignatureProperty(List content,
String target,
String id)
Creates a
SignatureProperty containing the specified
list of XMLStructure s, target URI and optional id. |
Modifier and Type | Class and Description |
---|---|
class |
DOMSignatureProperty
DOM-based implementation of SignatureProperty.
|
Modifier and Type | Method and Description |
---|---|
SignatureProperty |
DOMXMLSignatureFactory.newSignatureProperty(List info,
String target,
String id) |
Constructor and Description |
---|
DOMSignatureProperties(List<? extends SignatureProperty> properties,
String id)
Creates a
DOMSignatureProperties from the specified
parameters. |
Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.