Package | Description |
---|---|
org.opensaml.xmlsec.signature |
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
|
org.opensaml.xmlsec.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
Modifier and Type | Method and Description |
---|---|
Transforms |
RetrievalMethod.getTransforms()
Get the Transforms child element.
|
Modifier and Type | Method and Description |
---|---|
void |
RetrievalMethod.setTransforms(Transforms newTransforms)
Set the Transforms child element.
|
Modifier and Type | Method and Description |
---|---|
Transforms |
TransformsBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided by the XML Signature
specifications.
|
Transforms |
TransformsBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Transforms |
RetrievalMethodImpl.getTransforms()
Get the Transforms child element.
|
Modifier and Type | Method and Description |
---|---|
void |
RetrievalMethodImpl.setTransforms(Transforms newTransforms)
Set the Transforms child element.
|
Copyright © 2019. All rights reserved.