| Package | Description |
|---|---|
| org.opensaml.xml.encryption |
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEncryptedKeyResolver
Abstract class implementation for
EncryptedKeyResolver. |
class |
ChainingEncryptedKeyResolver
An implementation of
EncryptedKeyResolver which chains multiple other resolver implementations together,
calling them in the order specified in the resolver list. |
class |
InlineEncryptedKeyResolver
Implementation of
EncryptedKeyResolver which finds EncryptedKey elements
within the KeyInfo of the EncryptedData context. |
class |
SimpleKeyInfoReferenceEncryptedKeyResolver
Implementation of
EncryptedKeyResolver which finds EncryptedKey elements by dereferencing
KeyInfoReference children of the KeyInfo of the EncryptedData
context. |
class |
SimpleRetrievalMethodEncryptedKeyResolver
Implementation of
EncryptedKeyResolver which finds EncryptedKey elements by dereferencing
RetrievalMethod children of the KeyInfo of the EncryptedData
context. |
| Modifier and Type | Field and Description |
|---|---|
private EncryptedKeyResolver |
ChainingEncryptedKeyResolver.ChainingIterator.currentResolver
The current resolver which is returning encrypted keys.
|
private EncryptedKeyResolver |
Decrypter.encKeyResolver
Resolver for EncryptedKey instances which contain the encrypted data encryption key.
|
| Modifier and Type | Field and Description |
|---|---|
private Iterator<EncryptedKeyResolver> |
ChainingEncryptedKeyResolver.ChainingIterator.resolverIterator
The iterator over resolvers in the chain.
|
private List<EncryptedKeyResolver> |
ChainingEncryptedKeyResolver.resolvers
The list of resolvers which form the resolution chain.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptedKeyResolver |
Decrypter.getEncryptedKeyResolver()
Get the encrypted key resolver.
|
| Modifier and Type | Method and Description |
|---|---|
List<EncryptedKeyResolver> |
ChainingEncryptedKeyResolver.getResolverChain()
Get the list of resolvers which form the resolution chain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Decrypter.setEncryptedKeyResolver(EncryptedKeyResolver newResolver)
Set a new encrypted key resolver.
|
| Constructor and Description |
|---|
Decrypter(KeyInfoCredentialResolver newResolver,
KeyInfoCredentialResolver newKEKResolver,
EncryptedKeyResolver newEncKeyResolver)
Constructor.
|
Copyright © 1999-2015. All Rights Reserved.