public class EncryptedElementTypeEncryptedKeyResolver extends AbstractEncryptedKeyResolver
EncryptedKeyResolver
which resolves EncryptedKey
elements which appear as immediate children of the
EncryptedElementType
which is the parent of the EncryptedData
context.Constructor and Description |
---|
EncryptedElementTypeEncryptedKeyResolver()
Constructor.
|
EncryptedElementTypeEncryptedKeyResolver(Set<String> recipients)
Constructor.
|
EncryptedElementTypeEncryptedKeyResolver(String recipient)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Iterable<EncryptedKey> |
resolve(EncryptedData encryptedData) |
getRecipients, matchCarriedKeyName, matchDataReference, matchRecipient
public EncryptedElementTypeEncryptedKeyResolver()
public EncryptedElementTypeEncryptedKeyResolver(@Nullable Set<String> recipients)
recipients
- the set of recipientspublic Iterable<EncryptedKey> resolve(EncryptedData encryptedData)
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.