| Package | Description |
|---|---|
| org.opensaml.xmlsec.keyinfo |
Classes in support of processing XML Signature KeyInfo material.
|
| org.opensaml.xmlsec.keyinfo.impl.provider |
Specific implementations of
KeyInfoProvider. |
| 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 |
|---|---|
static PublicKey |
KeyInfoSupport.getKey(DEREncodedKeyValue keyValue)
Extracts the public key within the
DEREncodedKeyValue. |
| Modifier and Type | Method and Description |
|---|---|
protected DEREncodedKeyValue |
DEREncodedKeyValueProvider.getDEREncodedKeyValue(XMLObject xmlObject)
Get the DEREncodedKeyValue from the passed XML object.
|
| Modifier and Type | Method and Description |
|---|---|
List<DEREncodedKeyValue> |
KeyInfo.getDEREncodedKeyValues()
Get the list of DEREncodedKeyValue child elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DEREncodedKeyValueImpl
Concrete implementation of
DEREncodedKeyValue. |
| Modifier and Type | Method and Description |
|---|---|
DEREncodedKeyValue |
DEREncodedKeyValueBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided by the XML Signature
specifications.
|
DEREncodedKeyValue |
DEREncodedKeyValueBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
List<DEREncodedKeyValue> |
KeyInfoImpl.getDEREncodedKeyValues()
Get the list of DEREncodedKeyValue child elements.
|
Copyright © 2021. All rights reserved.