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 |
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 |
---|---|
static RSAKeyValue |
KeyInfoHelper.buildRSAKeyValue(RSAPublicKey rsaPubKey)
Builds an
RSAKeyValue XMLObject from the Java security RSA public key type. |
Modifier and Type | Method and Description |
---|---|
static PublicKey |
KeyInfoHelper.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 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
|
Modifier and Type | Method and Description |
---|---|
void |
RSAKeyValueSchemaValidator.validate(RSAKeyValue xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
RSAKeyValueSchemaValidator.validateChildrenPresence(RSAKeyValue xmlObject)
Validate that all children are present.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.