Package | Description |
---|---|
org.opensaml.xml.encryption |
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
|
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 |
---|---|
protected EncryptedKey |
SimpleRetrievalMethodEncryptedKeyResolver.dereferenceURI(RetrievalMethod rm)
Dereference the URI attribute of the specified retrieval method into an EncryptedKey.
|
Modifier and Type | Method and Description |
---|---|
List<RetrievalMethod> |
KeyInfoType.getRetrievalMethods()
Get the list of RetrievalMethod child elements.
|
Modifier and Type | Class and Description |
---|---|
class |
RetrievalMethodImpl
Concrete implementation of
RetrievalMethod |
Modifier and Type | Method and Description |
---|---|
RetrievalMethod |
RetrievalMethodBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
|
RetrievalMethod |
RetrievalMethodBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<RetrievalMethod> |
KeyInfoTypeImpl.getRetrievalMethods()
Get the list of RetrievalMethod child elements.
|
Modifier and Type | Method and Description |
---|---|
void |
RetrievalMethodSchemaValidator.validate(RetrievalMethod xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
RetrievalMethodSchemaValidator.validateURI(RetrievalMethod xmlObject)
Validate the URI.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.