| Package | Description |
|---|---|
| com.virgilsecurity.sdk.crypto |
| Modifier and Type | Class and Description |
|---|---|
class |
PrivateKey
A private key.
|
class |
PublicKey
A public key.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
CustomParams.getData(Key key)
Get binary parameter by key
|
int |
CustomParams.getInteger(Key key)
Get value of custom parameter of
Integer type by key. |
byte[] |
CustomParams.getString(Key key)
Get value of custom parameter of
String type by key. |
void |
CustomParams.removeData(Key key)
Remove binary parameter by key.
|
void |
CustomParams.removeInteger(Key key)
Remove parameter of
Integer type by key. |
void |
CustomParams.removeString(Key key)
Remove parameter of
String type by key. |
void |
CustomParams.setData(Key key,
byte[] value)
Set binary custom parameter.
|
void |
CustomParams.setInteger(Key key,
int value)
Set custom parameter of
Integer type. |
void |
CustomParams.setString(Key key,
byte[] value)
Set custom parameter of
String type. |
Copyright © 2016. All rights reserved.