Package | Description |
---|---|
org.opensaml.xmlsec.encryption.support |
Functional support for XML Encryption.
|
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 |
---|---|
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> |
KeyInfo.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 by the 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> |
KeyInfoImpl.getRetrievalMethods()
Get the list of RetrievalMethod child elements.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.