パッケージ | 説明 |
---|---|
org.opensaml.xml.signature |
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
|
org.opensaml.xml.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
org.opensaml.xml.signature.validator |
修飾子とタイプ | メソッドと説明 |
---|---|
Transforms |
RetrievalMethod.getTransforms()
Get the Transforms child element
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
RetrievalMethod.setTransforms(Transforms newTransforms)
Set the Transforms child element
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
TransformsImpl
Concrete implementation of
Transforms |
修飾子とタイプ | メソッドと説明 |
---|---|
Transforms |
TransformsBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided 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
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
RetrievalMethodImpl.setTransforms(Transforms newTransforms)
Set the Transforms child element
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
TransformsSchemaValidator.validate(Transforms xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
TransformsSchemaValidator.validateTransforms(Transforms xmlObject)
Validate the transforms.
|
Copyright © 2012. All Rights Reserved.