Package | Description |
---|---|
org.opensaml.xml.security.keyinfo |
Interfaces and classes for working with XML KeyInfo elements.
|
org.opensaml.xml.security.keyinfo.provider |
Specific implementations of
KeyInfoProvider . |
org.opensaml.xml.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
Modifier and Type | Method and Description |
---|---|
static PublicKey |
KeyInfoHelper.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 | 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 XML Signature specifications.
|
DEREncodedKeyValue |
DEREncodedKeyValueBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Copyright © 1999–2014. All rights reserved.