| Package | Description |
|---|---|
| com.github.katenachain | |
| com.github.katenachain.crypto.ED25519 | |
| com.github.katenachain.entity | |
| com.github.katenachain.entity.account | |
| com.github.katenachain.entity.certify |
| Modifier and Type | Method and Description |
|---|---|
TxStatus |
Transactor.sendCertificateEd25519V1(String uuid,
PublicKey signer,
byte[] signature)
creates a CertificateEd25519 (V1), wraps in a tx and sends it to the API.
|
TxStatus |
Transactor.sendKeyCreateV1(String uuid,
PublicKey publicKey,
String role)
creates a KeyCreate (V1) and sends it to the API.
|
TxStatus |
Transactor.sendKeyRevokeV1(String uuid,
PublicKey publicKey)
creates a KeyRevoke (V1) and sends it to the API.
|
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
PrivateKey.getPublicKey() |
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
Tx.getSigner() |
| Constructor and Description |
|---|
Tx(TxData data,
Date nonceTime,
byte[] signature,
PublicKey signer)
Tx constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
KeyCreateV1.getPublicKey() |
PublicKey |
KeyRevokeV1.getPublicKey() |
PublicKey |
KeyV1.getPublicKey() |
| Constructor and Description |
|---|
KeyCreateV1(String id,
PublicKey publicKey,
String role)
KeyCreateV1 constructor.
|
KeyRevokeV1(String id,
PublicKey publicKey)
KeyCreateV1 constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
CertificateEd25519V1.getSigner() |
| Constructor and Description |
|---|
CertificateEd25519V1(String id,
byte[] signature,
PublicKey signer)
CertificateEd25519V1 constructor.
|
Copyright © 2020 Transchain. All rights reserved.