Package | Description |
---|---|
org.opensaml.xml.encryption |
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
|
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.
|
org.opensaml.xml.signature.validator |
Modifier and Type | Method and Description |
---|---|
protected KeyInfo |
SimpleKeyInfoReferenceEncryptedKeyResolver.dereferenceURI(KeyInfoReference ref)
Dereference the URI attribute of the specified retrieval method into a KeyInfo.
|
Modifier and Type | Method and Description |
---|---|
protected KeyInfoReference |
KeyInfoReferenceProvider.getKeyInfoReference(XMLObject xmlObject)
Get the KeyInfoReference from the passed XML object.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyInfoReferenceImpl
Concrete implementation of
KeyInfoReference . |
Modifier and Type | Method and Description |
---|---|
KeyInfoReference |
KeyInfoReferenceBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
|
KeyInfoReference |
KeyInfoReferenceBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyInfoReferenceSchemaValidator.validate(KeyInfoReference xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
KeyInfoReferenceSchemaValidator.validateURI(KeyInfoReference xmlObject)
Validate the URI.
|
Copyright © 1999–2014. All rights reserved.