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 RSAKeyValue |
KeyInfoSupport.buildRSAKeyValue(RSAPublicKey rsaPubKey)
Builds an
RSAKeyValue XMLObject from the Java security RSA public key type. |
Modifier and Type | Method and Description |
---|---|
static PublicKey |
KeyInfoSupport.getRSAKey(RSAKeyValue keyDescriptor)
Builds an RSA key from an
RSAKeyValue element. |
Modifier and Type | Method and Description |
---|---|
protected RSAKeyValue |
RSAKeyValueProvider.getRSAKeyValue(XMLObject xmlObject)
Get the RSAKeyValue from the passed XML object.
|
Modifier and Type | Method and Description |
---|---|
RSAKeyValue |
KeyValue.getRSAKeyValue()
Get the RSAKeyValue child element.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyValue.setRSAKeyValue(RSAKeyValue newRSAKeyValue)
Set the RSAKeyValue child element.
|
Modifier and Type | Class and Description |
---|---|
class |
RSAKeyValueImpl
Concrete implementation of
RSAKeyValue . |
Modifier and Type | Method and Description |
---|---|
RSAKeyValue |
RSAKeyValueBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided by the XML Signature
specifications.
|
RSAKeyValue |
RSAKeyValueBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
RSAKeyValue |
KeyValueImpl.getRSAKeyValue()
Get the RSAKeyValue child element.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyValueImpl.setRSAKeyValue(RSAKeyValue newRSAKeyValue)
Set the RSAKeyValue child element.
|
Copyright © 2018. All rights reserved.