public class LocalKey extends Object
| Constructor and Description | 
|---|
| LocalKey(EncryptionAlgorithm algorithm,
        byte[] decryptedKey,
        byte[] encryptedKey) | 
| Modifier and Type | Method and Description | 
|---|---|
| Key | getDecryptedKey() | 
| byte[] | getEncryptedKey() | 
| void | setDecryptedKey(Key key) | 
public LocalKey(EncryptionAlgorithm algorithm, byte[] decryptedKey, byte[] encryptedKey)
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.