Package | Description |
---|---|
javax.xml.crypto.dsig.keyinfo |
Classes for parsing and processing
KeyInfo elements and structures. |
org.apache.jcp.xml.dsig.internal.dom |
Modifier and Type | Method and Description |
---|---|
abstract RetrievalMethod |
KeyInfoFactory.newRetrievalMethod(String uri)
Creates a
RetrievalMethod from the specified URI. |
abstract RetrievalMethod |
KeyInfoFactory.newRetrievalMethod(String uri,
String type,
List transforms)
Creates a
RetrievalMethod from the specified parameters. |
Modifier and Type | Class and Description |
---|---|
class |
DOMRetrievalMethod
DOM-based implementation of RetrievalMethod.
|
Modifier and Type | Method and Description |
---|---|
RetrievalMethod |
DOMKeyInfoFactory.newRetrievalMethod(String uri) |
RetrievalMethod |
DOMKeyInfoFactory.newRetrievalMethod(String uri,
String type,
List transforms) |
Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.