Interface FileKeyDecryptor
public interface FileKeyDecryptor
File Key Decryptor abstracts cipher operations for decrypting a File Key
-
Method Summary
Modifier and TypeMethodDescriptiongetFileKey(EncryptedFileKey encryptedFileKey, CipherKey cipherKey) Get File Key from Encrypted File Key
-
Method Details
-
getFileKey
FileKey getFileKey(EncryptedFileKey encryptedFileKey, CipherKey cipherKey) throws GeneralSecurityException Get File Key from Encrypted File Key- Parameters:
encryptedFileKey- Encrypted File KeycipherKey- Cipher Key for decrypting File Key- Returns:
- Decrypted File Key
- Throws:
GeneralSecurityException- Thrown on failure of decryption operations
-