| Modifier and Type | Method and Description |
|---|---|
void |
createAndStoreEncryptionKeyForCluster(String clusterName,
String alias) |
byte[] |
decryptForCluster(String clusterName,
String alias,
byte[] cipherText,
byte[] iv,
byte[] salt) |
byte[] |
decryptForCluster(String clusterName,
String alias,
String cipherText) |
EncryptionResult |
encryptForCluster(String clusterName,
String alias,
byte[] clear) |
byte[] |
sign(String algorithm,
String payloadToSign) |
boolean |
verify(String algorithm,
String payloadToSign,
byte[] signaturePayload) |
void createAndStoreEncryptionKeyForCluster(String clusterName, String alias)
EncryptionResult encryptForCluster(String clusterName, String alias, byte[] clear)
byte[] decryptForCluster(String clusterName, String alias, byte[] cipherText, byte[] iv, byte[] salt)
Copyright © 2022 The Apache Software Foundation. All rights reserved.