パッケージ | 説明 |
---|---|
org.opensaml.xml.encryption |
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
|
org.opensaml.xml.encryption.impl |
Implementations of the interfaces for XMLObjects that represent XML encryption types.
|
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 |
修飾子とタイプ | メソッドと説明 |
---|---|
List<Transform> |
Transforms.getTransforms()
Get the list of Transform child elements.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<Transform> |
TransformsImpl.getTransforms()
Get the list of Transform child elements.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<Transform> |
Transforms.getTransforms()
Get the list of Transform child elements
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
TransformImpl
Concrete implementation of
Transform |
修飾子とタイプ | メソッドと説明 |
---|---|
Transform |
TransformBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
|
Transform |
TransformBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<Transform> |
TransformsImpl.getTransforms()
Get the list of Transform child elements
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
TransformSchemaValidator.validate(Transform xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
TransformSchemaValidator.validateAlgorithm(Transform xmlObject)
Validate the algorithm URI.
|
Copyright © 2012. All Rights Reserved.