| Package | Description |
|---|---|
| net.spreadsheetspace.sdk | |
| net.spreadsheetspace.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
static String |
SdkKeyMgmtUtil.generateRandomString(SymmetricAlgorithm symmetricAlgorithm) |
| Modifier and Type | Field and Description |
|---|---|
SymmetricAlgorithm |
DataEncrypt.symmetricAlgorithm |
| Modifier and Type | Method and Description |
|---|---|
static SymmetricAlgorithm |
SymmetricAlgorithm.getTypeByString(String state) |
static SymmetricAlgorithm |
SymmetricAlgorithm.lookup(int val) |
static SymmetricAlgorithm |
SymmetricAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SymmetricAlgorithm[] |
SymmetricAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DataEncrypt(boolean Encrypt,
List<SymmetricKey> symmetricKeys,
byte[] data,
SymmetricAlgorithm symmetricAlgorithm) |
Copyright © 2025. All rights reserved.