Package | Description |
---|---|
org.opensaml.xml.security.keyinfo |
Interfaces and classes for working with XML KeyInfo elements.
|
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 PublicKey |
KeyInfoHelper.getKey(KeyValue keyValue)
Extracts the DSA or RSA public key within the
KeyValue . |
Modifier and Type | Method and Description |
---|---|
protected void |
BasicProviderKeyInfoCredentialResolver.resolveKeyValue(KeyInfoResolutionContext kiContext,
CriteriaSet criteriaSet,
List<KeyValue> keyValues)
Resolve the key from any KeyValue element that may be present, and store the resulting key in the resolution
context.
|
Modifier and Type | Method and Description |
---|---|
List<KeyValue> |
KeyInfoType.getKeyValues()
Get the list of KeyValue child elements.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyValueImpl
Concrete implementation of
KeyValue |
Modifier and Type | Method and Description |
---|---|
KeyValue |
KeyValueBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
|
KeyValue |
KeyValueBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<KeyValue> |
KeyInfoTypeImpl.getKeyValues()
Get the list of KeyValue child elements.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyValueSchemaValidator.validate(KeyValue xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
KeyValueSchemaValidator.validateChildrenPresence(KeyValue xmlObject)
Validate that exactly one child is present.
|
protected void |
KeyValueSchemaValidator.validateExtensionChildNamespace(KeyValue xmlObject)
Validate that the extension child, if present, is from another namespace.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.