public class InlineEncryptedKeyResolver extends AbstractEncryptedKeyResolver
EncryptedKeyResolver which finds EncryptedKey elements
within the KeyInfo of the EncryptedData context.| Constructor and Description |
|---|
InlineEncryptedKeyResolver() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<EncryptedKey> |
resolve(EncryptedData encryptedData)
Resolve the EncryptedKey elements containing the data encryption key used to
encrypt the specified EncryptedData element.
|
getRecipients, matchCarriedKeyName, matchDataReference, matchRecipientpublic Iterable<EncryptedKey> resolve(EncryptedData encryptedData)
encryptedData - the EncryptedData element context in which to resolveCopyright © 2018 JBoss by Red Hat. All rights reserved.