| Package | Description |
|---|---|
| org.opensaml.xml.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
| org.opensaml.xml.signature.validator |
| Modifier and Type | Class and Description |
|---|---|
class |
ECKeyValueImpl
Concrete implementation of
ECKeyValue. |
| Modifier and Type | Method and Description |
|---|---|
ECKeyValue |
ECKeyValueBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
|
ECKeyValue |
ECKeyValueBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ECKeyValueSchemaValidator.validate(ECKeyValue xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
ECKeyValueSchemaValidator.validateChildrenPresence(ECKeyValue xmlObject)
Validate that all children are present.
|
Copyright © 1999-2015. All Rights Reserved.