| Package | Description |
|---|---|
| org.smallmind.nutsnbolts.json |
| Modifier and Type | Method and Description |
|---|---|
Encryption |
BinaryData.getEncryption() |
static Encryption |
Encryption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Encryption[] |
Encryption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryData.setEncryption(Encryption encryption) |
| Constructor and Description |
|---|
BinaryData(Encoding encoding,
Encryption encryption,
Key key,
String original) |
BinaryData(String contentType,
Encoding encoding,
Encryption encryption,
Key key,
String original) |
Copyright © 2020. All rights reserved.