public class EncryptionResult extends Object
| Constructor and Description |
|---|
EncryptionResult() |
EncryptionResult(byte[] salt,
byte[] iv,
byte[] cipher) |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionResult |
fromByteArray(byte[] array) |
byte[] |
toByteAray() |
public EncryptionResult()
public EncryptionResult(byte[] salt,
byte[] iv,
byte[] cipher)
public byte[] toByteAray()
public static EncryptionResult fromByteArray(byte[] array)
Copyright © 2022 The Apache Software Foundation. All rights reserved.