Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
NamedCurve |
ECKeyValue.getNamedCurve()
Get the NamedCurve child element.
|
Modifier and Type | Method and Description |
---|---|
void |
ECKeyValue.setNamedCurve(NamedCurve newCurve)
Set the NamedCurve child element.
|
Modifier and Type | Class and Description |
---|---|
class |
NamedCurveImpl
Concrete implementation of
NamedCurve . |
Modifier and Type | Method and Description |
---|---|
NamedCurve |
NamedCurveBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
|
NamedCurve |
NamedCurveBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
NamedCurve |
ECKeyValueImpl.getNamedCurve()
Get the NamedCurve child element.
|
Modifier and Type | Method and Description |
---|---|
void |
ECKeyValueImpl.setNamedCurve(NamedCurve newCurve)
Set the NamedCurve child element.
|
Modifier and Type | Method and Description |
---|---|
void |
NamedCurveSchemaValidator.validate(NamedCurve xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
NamedCurveSchemaValidator.validateURI(NamedCurve xmlObject)
Validate the URI.
|
Copyright © 1999–2014. All rights reserved.