| 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 |
|---|---|
ECKeyValue |
KeyValue.getECKeyValue()
Get the ECKeyValue child element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyValue.setECKeyValue(ECKeyValue newECKeyValue)
Set the ECKeyValue child element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ECKeyValueImpl
Concrete implementation of
ECKeyValue. |
| Modifier and Type | Field and Description |
|---|---|
private ECKeyValue |
KeyValueImpl.ecKeyValue
ECKeyValue child element.
|
| Modifier and Type | Method and Description |
|---|---|
ECKeyValue |
ECKeyValueBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided by the XML Signature
specifications.
|
ECKeyValue |
ECKeyValueBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
ECKeyValue |
KeyValueImpl.getECKeyValue()
Get the ECKeyValue child element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyValueImpl.setECKeyValue(ECKeyValue newECKeyValue)
Set the ECKeyValue child element.
|