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–2021 The Apache Software Foundation. All rights reserved.