public interface DecryptionConfiguration extends WhitelistBlacklistConfiguration
WhitelistBlacklistConfiguration.Precedence
Modifier and Type | Method and Description |
---|---|
KeyInfoCredentialResolver |
getDataKeyInfoCredentialResolver()
The KeyInfoCredentialResolver to use when processing the EncryptedData/KeyInfo.
|
EncryptedKeyResolver |
getEncryptedKeyResolver()
Get the EncryptedKeyResolver to use when resolving the EncryptedKey(s) to process.
|
KeyInfoCredentialResolver |
getKEKKeyInfoCredentialResolver()
The KeyInfoCredentialResolver to use when processing the EncryptedKey/KeyInfo (the
Key Encryption Key or KEK).
|
getBlacklistedAlgorithms, getWhitelistBlacklistPrecedence, getWhitelistedAlgorithms, isBlacklistMerge, isWhitelistMerge
@Nullable KeyInfoCredentialResolver getDataKeyInfoCredentialResolver()
@Nullable KeyInfoCredentialResolver getKEKKeyInfoCredentialResolver()
@Nullable EncryptedKeyResolver getEncryptedKeyResolver()
Copyright © 2018. All rights reserved.