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(java.lang.String uri)
Creates a
RetrievalMethod from the specified URI. |
abstract RetrievalMethod |
KeyInfoFactory.newRetrievalMethod(java.lang.String uri,
java.lang.String type,
java.util.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(java.lang.String uri) |
RetrievalMethod |
DOMKeyInfoFactory.newRetrievalMethod(java.lang.String uri,
java.lang.String type,
java.util.List transforms) |
Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.