| Package | Description |
|---|---|
| javax.xml.crypto.dsig |
Classes for generating and validating XML digital signatures.
|
| Modifier and Type | Method and Description |
|---|---|
SignatureMethod |
SignedInfo.getSignatureMethod()
Returns the signature method of this
SignedInfo.
|
abstract SignatureMethod |
XMLSignatureFactory.newSignatureMethod(String
Creates a
SignatureMethod for the specified algorithm URI and parameters.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SignedInfo |
XMLSignatureFactory.newSignedInfo(CanonicalizationMethod
Creates a
SignedInfo with the specified canonicalization and signature methods, and list of one or more references.
|
abstract SignedInfo |
XMLSignatureFactory.newSignedInfo(CanonicalizationMethod
Creates a
SignedInfo with the specified parameters.
|