| Modifier and Type | Field and Description |
|---|---|
SignatureScheme |
DnaSdk.defaultSignScheme |
| Modifier and Type | Method and Description |
|---|---|
void |
DnaSdk.setSignatureScheme(SignatureScheme scheme) |
| Modifier and Type | Method and Description |
|---|---|
SignatureScheme |
Account.getSignatureScheme() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
Account.generateSignature(byte[] msg,
SignatureScheme scheme,
Object param) |
static String |
Account.getCtrDecodedPrivateKey(String encryptedPriKey,
String passphrase,
byte[] salt,
int n,
SignatureScheme scheme) |
static String |
Account.getCtrDecodedPrivateKey(String encryptedPriKey,
String passphrase,
String address,
int n,
SignatureScheme scheme) |
static String |
Account.getEcbDecodedPrivateKey(String encryptedPriKey,
String passphrase,
int n,
SignatureScheme scheme) |
static String |
Account.getGcmDecodedPrivateKey(String encryptedPriKey,
String passphrase,
String address,
byte[] salt,
int n,
SignatureScheme scheme) |
| Constructor and Description |
|---|
Account(byte[] prikey,
SignatureScheme scheme) |
Account(SignatureScheme scheme) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
DataSignature.sign(Account account,
SignatureScheme scheme) |
default byte[] |
Signable.sign(Account account,
SignatureScheme scheme) |
| Constructor and Description |
|---|
DataSignature(SignatureScheme scheme,
Account acct,
byte[] data) |
DataSignature(SignatureScheme scheme,
Account acct,
String data) |
| Modifier and Type | Method and Description |
|---|---|
static SignatureScheme |
SignatureScheme.fromScheme(String name) |
SignatureScheme |
Signature.getScheme() |
static SignatureScheme |
SignatureScheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureScheme[] |
SignatureScheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Signature(SignatureScheme scheme,
AlgorithmParameterSpec param,
byte[] signature) |
SignatureHandler(KeyType type,
SignatureScheme scheme) |
| Constructor and Description |
|---|
Claim(SignatureScheme scheme,
Account acct,
String ctx,
Map clmMap,
Map<String,String> metadata,
Map clmRevMap,
String publicKeyId,
long expireTime) |
Claim(SignatureScheme scheme,
Account acct,
String ctx,
Map claimMap,
Map metadata,
String publicKeyId) |
| Modifier and Type | Field and Description |
|---|---|
static SignatureScheme |
ECIES.signatureScheme |
| Modifier and Type | Method and Description |
|---|---|
SignatureScheme |
WalletMgr.getSignatureScheme() |
| Modifier and Type | Method and Description |
|---|---|
void |
WalletMgr.setSignatureScheme(SignatureScheme scheme) |
| Constructor and Description |
|---|
WalletMgr(String path,
SignatureScheme scheme) |
WalletMgr(Wallet wallet,
SignatureScheme scheme) |
Copyright © 2020. All rights reserved.