A B C D G H I K N O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractKey - Class in com.github.katenachain.crypto
-
AbstractKey holds a key.
- AbstractKey(byte[]) - Constructor for class com.github.katenachain.crypto.AbstractKey
-
AbstractKey constructor.
- Account - Class in com.github.katenachain.entity.account
-
Certify helper.
- Account() - Constructor for class com.github.katenachain.entity.account.Account
- ApiException - Exception in com.github.katenachain.exceptions
-
ApiException allows to wrap API errors.
- ApiException(int, String) - Constructor for exception com.github.katenachain.exceptions.ApiException
-
ApiException constructor.
B
- BytesSerializer - Class in com.github.katenachain.serializer.adapter
- BytesSerializer() - Constructor for class com.github.katenachain.serializer.adapter.BytesSerializer
C
- CertificateEd25519V1 - Class in com.github.katenachain.entity.certify
-
CertificateEd25519V1 is the first version of an ed25519 certificate.
- CertificateEd25519V1(String, PublicKey, byte[]) - Constructor for class com.github.katenachain.entity.certify.CertificateEd25519V1
-
CertificateEd25519V1 constructor.
- CertificateRawV1 - Class in com.github.katenachain.entity.certify
-
CertificateRawV1 is the first version of a raw certificate.
- CertificateRawV1(String, byte[]) - Constructor for class com.github.katenachain.entity.certify.CertificateRawV1
-
CertificateRawV1 constructor.
- Certify - Class in com.github.katenachain.entity.certify
-
Certify helper.
- Certify() - Constructor for class com.github.katenachain.entity.certify.Certify
- Client - Class in com.github.katenachain.api
-
Client is a okhttp3.OkHttpClient wrapper to dialog with a JSON API.
- Client(String) - Constructor for class com.github.katenachain.api.Client
-
Client constructor.
- ClientException - Exception in com.github.katenachain.exceptions
-
ClientException allows to wrap transactor errors
- ClientException(String) - Constructor for exception com.github.katenachain.exceptions.ClientException
-
ClientException constructor.
- com.github.katenachain - package com.github.katenachain
- com.github.katenachain.api - package com.github.katenachain.api
- com.github.katenachain.crypto - package com.github.katenachain.crypto
- com.github.katenachain.crypto.ED25519 - package com.github.katenachain.crypto.ED25519
- com.github.katenachain.crypto.Nacl - package com.github.katenachain.crypto.Nacl
- com.github.katenachain.entity - package com.github.katenachain.entity
- com.github.katenachain.entity.account - package com.github.katenachain.entity.account
- com.github.katenachain.entity.api - package com.github.katenachain.entity.api
- com.github.katenachain.entity.certify - package com.github.katenachain.entity.certify
- com.github.katenachain.exceptions - package com.github.katenachain.exceptions
- com.github.katenachain.serializer - package com.github.katenachain.serializer
- com.github.katenachain.serializer.adapter - package com.github.katenachain.serializer.adapter
- com.github.katenachain.utils - package com.github.katenachain.utils
- Common - Class in com.github.katenachain.utils
- Common() - Constructor for class com.github.katenachain.utils.Common
- COMPANY_ADMIN_ROLE_ID - Static variable in class com.github.katenachain.entity.account.Account
- concatFqId(String, String) - Static method in class com.github.katenachain.utils.Common
-
concatenates a company bcid and a uuid into a fully qualified id.
- createPrivateKeyEd25519FromBase64(String) - Static method in class com.github.katenachain.utils.Crypto
-
accepts a base64 encoded Ed25519 private key (88 chars) and returns an Ed25519 private key.
- createPrivateKeyX25519FromBase64(String) - Static method in class com.github.katenachain.utils.Crypto
-
accepts a base64 encoded X25519 private key (88 chars) and returns an X25519 private key.
- createPublicKeyEd25519FromBase64(String) - Static method in class com.github.katenachain.utils.Crypto
-
accepts a base64 encoded Ed25519 public key (44 chars) and returns an Ed25519 public key.
- createPublicKeyX25519FromBase64(String) - Static method in class com.github.katenachain.utils.Crypto
-
accepts a base64 encoded X25519 public key (44 chars) and returns an X25519 public key.
- Crypto - Class in com.github.katenachain.utils
- Crypto() - Constructor for class com.github.katenachain.utils.Crypto
- CryptoSerializer - Class in com.github.katenachain.serializer.adapter
- CryptoSerializer() - Constructor for class com.github.katenachain.serializer.adapter.CryptoSerializer
D
- DEFAULT_PER_PAGE_PARAM - Static variable in class com.github.katenachain.utils.Common
- DEFAULT_ROLE_ID - Static variable in class com.github.katenachain.entity.account.Account
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.github.katenachain.serializer.adapter.BytesSerializer
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.github.katenachain.serializer.adapter.CryptoSerializer
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.github.katenachain.serializer.adapter.InstantSerializer
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.github.katenachain.serializer.adapter.TxDataSerializer
- deserialize(String, Class) - Method in class com.github.katenachain.serializer.Serializer
-
deserializes data into the given type.
G
- generateNewPrivateKeyEd25519() - Static method in class com.github.katenachain.utils.Crypto
-
generates a new ed25519 private key.
- get(String) - Method in class com.github.katenachain.api.Client
-
wraps the doRequest method to do a GET HTTP request.
- get(String, HashMap<String, String>) - Method in class com.github.katenachain.api.Client
-
wraps the doRequest method to do a GET HTTP request.
- getAvailableTypes() - Static method in class com.github.katenachain.serializer.adapter.TxDataSerializer
-
Get available certificate type
- getBody() - Method in class com.github.katenachain.entity.api.RawResponse
- getCertificateEd25519V1Type() - Static method in class com.github.katenachain.entity.certify.Certify
- getCertificateIdKey() - Static method in class com.github.katenachain.entity.certify.Certify
- getCertificateRawV1Type() - Static method in class com.github.katenachain.entity.certify.Certify
- getCode() - Method in class com.github.katenachain.entity.api.TxStatus
- getContent() - Method in class com.github.katenachain.entity.certify.SecretNaclBoxV1
- getData() - Method in class com.github.katenachain.entity.Tx
- getFqId() - Method in class com.github.katenachain.entity.account.KeyV1
- getFqId() - Method in class com.github.katenachain.entity.TxSigner
- getHash() - Method in class com.github.katenachain.entity.api.SendTxResult
- getHash() - Method in class com.github.katenachain.entity.api.TxResult
- getHeight() - Method in class com.github.katenachain.entity.api.TxResult
- getId() - Method in class com.github.katenachain.entity.account.KeyCreateV1
- getId() - Method in class com.github.katenachain.entity.account.KeyRevokeV1
- getId() - Method in class com.github.katenachain.entity.account.KeyRotateV1
- getId() - Method in class com.github.katenachain.entity.certify.CertificateEd25519V1
- getId() - Method in class com.github.katenachain.entity.certify.CertificateRawV1
- getId() - Method in class com.github.katenachain.entity.certify.SecretNaclBoxV1
- getIndex() - Method in class com.github.katenachain.entity.api.TxResult
- getKey() - Method in class com.github.katenachain.crypto.AbstractKey
- getKeyCreateV1Type() - Static method in class com.github.katenachain.entity.account.Account
- getKeyIdKey() - Static method in class com.github.katenachain.entity.account.Account
- getKeyRevokeV1Type() - Static method in class com.github.katenachain.entity.account.Account
- getKeyRotateV1Type() - Static method in class com.github.katenachain.entity.account.Account
- getMessage() - Method in class com.github.katenachain.entity.api.TxStatus
- getMessage() - Method in exception com.github.katenachain.exceptions.ApiException
- getNamespace() - Method in class com.github.katenachain.entity.account.KeyCreateV1
- getNamespace() - Method in class com.github.katenachain.entity.account.KeyRevokeV1
- getNamespace() - Method in class com.github.katenachain.entity.account.KeyRotateV1
- getNamespace() - Method in class com.github.katenachain.entity.certify.CertificateEd25519V1
- getNamespace() - Method in class com.github.katenachain.entity.certify.CertificateRawV1
- getNamespace() - Method in class com.github.katenachain.entity.certify.SecretNaclBoxV1
- getNamespace() - Method in interface com.github.katenachain.entity.TxData
- getNamespace() - Method in class com.github.katenachain.entity.UnknownTxData
- getNonce() - Method in class com.github.katenachain.entity.certify.SecretNaclBoxV1
- getNonceTime() - Method in class com.github.katenachain.entity.Tx
- getPaginationQueryParams(int, int) - Static method in class com.github.katenachain.utils.Common
-
returns the query params array to request a pagination.
- getPrivateKey() - Method in class com.github.katenachain.entity.TxSigner
- getPublicKey() - Method in class com.github.katenachain.crypto.ED25519.PrivateKey
- getPublicKey() - Method in class com.github.katenachain.crypto.Nacl.PrivateKey
- getPublicKey() - Method in class com.github.katenachain.entity.account.KeyCreateV1
- getPublicKey() - Method in class com.github.katenachain.entity.account.KeyRotateV1
- getPublicKey() - Method in class com.github.katenachain.entity.account.KeyV1
- getRole() - Method in class com.github.katenachain.entity.account.KeyCreateV1
- getRole() - Method in class com.github.katenachain.entity.account.KeyV1
- getSecretIdKey() - Static method in class com.github.katenachain.entity.certify.Certify
- getSecretNaclBoxV1Type() - Static method in class com.github.katenachain.entity.certify.Certify
- getSender() - Method in class com.github.katenachain.entity.certify.SecretNaclBoxV1
- getSignature() - Method in class com.github.katenachain.entity.certify.CertificateEd25519V1
- getSignature() - Method in class com.github.katenachain.entity.Tx
- getSigner() - Method in class com.github.katenachain.entity.certify.CertificateEd25519V1
- getSignerFqId() - Method in class com.github.katenachain.entity.Tx
- getStateIds(String) - Method in class com.github.katenachain.entity.account.KeyCreateV1
- getStateIds(String) - Method in class com.github.katenachain.entity.account.KeyRevokeV1
- getStateIds(String) - Method in class com.github.katenachain.entity.account.KeyRotateV1
- getStateIds(String) - Method in class com.github.katenachain.entity.certify.CertificateEd25519V1
- getStateIds(String) - Method in class com.github.katenachain.entity.certify.CertificateRawV1
- getStateIds(String) - Method in class com.github.katenachain.entity.certify.SecretNaclBoxV1
- getStateIds(String) - Method in interface com.github.katenachain.entity.TxData
- getStateIds(String) - Method in class com.github.katenachain.entity.UnknownTxData
- getStatus() - Method in class com.github.katenachain.entity.api.SendTxResult
- getStatus() - Method in class com.github.katenachain.entity.api.TxResult
- getStatusCode() - Method in class com.github.katenachain.entity.api.RawResponse
- getTotal() - Method in class com.github.katenachain.entity.api.TxResults
- getTx() - Method in class com.github.katenachain.entity.api.TxResult
- getTxDataState(String, Instant, TxData) - Method in class com.github.katenachain.api.Handler
-
returns the sorted and marshaled json representation of a TxData ready to be signed.
- getTxs() - Method in class com.github.katenachain.entity.api.TxResults
- getType() - Method in class com.github.katenachain.entity.account.KeyCreateV1
- getType() - Method in class com.github.katenachain.entity.account.KeyRevokeV1
- getType() - Method in class com.github.katenachain.entity.account.KeyRotateV1
- getType() - Method in class com.github.katenachain.entity.certify.CertificateEd25519V1
- getType() - Method in class com.github.katenachain.entity.certify.CertificateRawV1
- getType() - Method in class com.github.katenachain.entity.certify.SecretNaclBoxV1
- getType() - Method in interface com.github.katenachain.entity.TxData
- getType() - Method in class com.github.katenachain.entity.UnknownTxData
- getUri(String, String[], HashMap<String, String>) - Static method in class com.github.katenachain.utils.Common
-
joins the base path and paths array and adds the query values to return a new uri.
- getValue() - Method in class com.github.katenachain.entity.certify.CertificateRawV1
- getValue() - Method in class com.github.katenachain.entity.UnknownTxData
H
- Handler - Class in com.github.katenachain.api
-
Handler provides helper methods to send and retrieve tx without directly interacting with the HTTP Client.
- Handler(String, Serializer) - Constructor for class com.github.katenachain.api.Handler
-
Handler constructor.
I
- InstantSerializer - Class in com.github.katenachain.serializer.adapter
- InstantSerializer() - Constructor for class com.github.katenachain.serializer.adapter.InstantSerializer
- isActive() - Method in class com.github.katenachain.entity.account.KeyV1
K
- key - Variable in class com.github.katenachain.crypto.AbstractKey
- KeyCreateV1 - Class in com.github.katenachain.entity.account
-
KeyCreateV1 is the first version of a key create message.
- KeyCreateV1(String, PublicKey, String) - Constructor for class com.github.katenachain.entity.account.KeyCreateV1
-
KeyCreateV1 constructor.
- KeyRevokeV1 - Class in com.github.katenachain.entity.account
-
KeyRevokeV1 is the first version of a key revoke message.
- KeyRevokeV1(String) - Constructor for class com.github.katenachain.entity.account.KeyRevokeV1
-
KeyCreateV1 constructor.
- KeyRotateV1 - Class in com.github.katenachain.entity.account
-
KeyCreateV1 is the first version of a key rotate message.
- KeyRotateV1(String, PublicKey) - Constructor for class com.github.katenachain.entity.account.KeyRotateV1
-
KeyCreateV1 constructor.
- KeyV1 - Class in com.github.katenachain.entity.account
-
KeyV1 is the first version of a key.
N
- NAMESPACE - Static variable in class com.github.katenachain.entity.account.Account
- NAMESPACE - Static variable in class com.github.katenachain.entity.certify.Certify
O
- open(byte[], PublicKey, byte[]) - Method in class com.github.katenachain.crypto.Nacl.PrivateKey
-
decrypts an encrypted message with the appropriate sender information.
P
- post(String, byte[]) - Method in class com.github.katenachain.api.Client
-
wraps the doRequest method to do a POST HTTP request.
- post(String, byte[], HashMap<String, String>) - Method in class com.github.katenachain.api.Client
-
wraps the doRequest method to do a POST HTTP request.
- PrivateKey - Class in com.github.katenachain.crypto.ED25519
-
PrivateKey is an Ed25519 private key wrapper (64 bytes).
- PrivateKey - Class in com.github.katenachain.crypto.Nacl
-
PrivateKey is an X25519 private key wrapper (64 bytes).
- PrivateKey(byte[]) - Constructor for class com.github.katenachain.crypto.ED25519.PrivateKey
-
PrivateKey constructor with byte[].
- PrivateKey(byte[]) - Constructor for class com.github.katenachain.crypto.Nacl.PrivateKey
-
PrivateKey constructor with byte[].
- PublicKey - Class in com.github.katenachain.crypto.ED25519
-
PublicKey is an Ed25519 public key wrapper (32 bytes).
- PublicKey - Class in com.github.katenachain.crypto.Nacl
-
PublicKey is an X25519 public key wrapper (32 bytes).
- PublicKey(byte[]) - Constructor for class com.github.katenachain.crypto.ED25519.PublicKey
-
PublicKey constructor with byte[].
- PublicKey(byte[]) - Constructor for class com.github.katenachain.crypto.Nacl.PublicKey
-
PublicKey constructor with byte[].
R
- RawResponse - Class in com.github.katenachain.entity.api
-
RawResponse is a okhttp3.Response wrapper.
- RawResponse(int, byte[]) - Constructor for class com.github.katenachain.entity.api.RawResponse
-
RawResponse constructor.
- retrieveCertificate(String) - Method in class com.github.katenachain.api.Handler
-
fetches the API and returns a certificate from the state.
- retrieveCertificate(String, String) - Method in class com.github.katenachain.Transactor
-
fetches the API and returns a certificate from the state.
- retrieveCertificateTxs(String, int, int) - Method in class com.github.katenachain.api.Handler
-
fetches the API to return all txs related to a certificate fqid.
- retrieveCertificateTxs(String, String, int, int) - Method in class com.github.katenachain.Transactor
-
fetches the API and returns all txs related to a certificate fqid.
- retrieveCompanyKeys(String, int, int) - Method in class com.github.katenachain.api.Handler
-
fetches the API and returns a list of keys for a company from the state.
- retrieveCompanyKeys(String, int, int) - Method in class com.github.katenachain.Transactor
-
fetches the API and returns a list of keys for a company from the state.
- retrieveKey(String) - Method in class com.github.katenachain.api.Handler
-
fetches the API and returns a key from the state.
- retrieveKey(String, String) - Method in class com.github.katenachain.Transactor
-
fetches the API and returns a key from the state.
- retrieveKeyTxs(String, int, int) - Method in class com.github.katenachain.api.Handler
-
fetches the API to return all txs related to a key fqid.
- retrieveKeyTxs(String, String, int, int) - Method in class com.github.katenachain.Transactor
-
fetches the API and returns all txs related to a key fqid.
- retrieveLastCertificateTx(String) - Method in class com.github.katenachain.api.Handler
-
fetches the API to return the last tx related to a certificate fqid.
- retrieveLastCertificateTx(String, String) - Method in class com.github.katenachain.Transactor
-
fetches the API and returns the last tx related to a certificate fqid.
- retrieveLastKeyTx(String) - Method in class com.github.katenachain.api.Handler
-
fetches the API to return the last tx related to a key fqid.
- retrieveLastKeyTx(String, String) - Method in class com.github.katenachain.Transactor
-
fetches the API and returns the last tx related to a key fqid.
- retrieveLastSecretTx(String) - Method in class com.github.katenachain.api.Handler
-
fetches the API to return the last tx related to a secret fqid.
- retrieveLastSecretTx(String, String) - Method in class com.github.katenachain.Transactor
-
fetches the API and returns the last tx related to a secret fqid.
- retrieveSecret(String) - Method in class com.github.katenachain.api.Handler
-
fetches the API and returns a secret from the state.
- retrieveSecret(String, String) - Method in class com.github.katenachain.Transactor
-
fetches the API and returns a secret from the state.
- retrieveSecretTxs(String, int, int) - Method in class com.github.katenachain.api.Handler
-
fetches the API to return all txs related to a secret fqid.
- retrieveSecretTxs(String, String, int, int) - Method in class com.github.katenachain.Transactor
-
fetches the API and returns all txs related to a secret fqid.
- retrieveTx(String) - Method in class com.github.katenachain.api.Handler
-
fetches the API to return any tx by its hash.
- retrieveTx(String) - Method in class com.github.katenachain.Transactor
-
fetches the API and return any tx by its hash.
S
- seal(byte[], PublicKey) - Method in class com.github.katenachain.crypto.Nacl.PrivateKey
-
encrypts a plain text message decipherable afterwards by the recipient private key.
- SecretNaclBoxV1 - Class in com.github.katenachain.entity.certify
-
SecretNaclBoxV1 is the first version of a nacl box secret.
- SecretNaclBoxV1(byte[], String, byte[], PublicKey) - Constructor for class com.github.katenachain.entity.certify.SecretNaclBoxV1
-
SecretNaclBoxV1 constructor.
- sendCertificateEd25519V1Tx(String, PublicKey, byte[]) - Method in class com.github.katenachain.Transactor
-
creates a CertificateEd25519 (V1) and sends it to the API.
- sendCertificateRawV1Tx(String, byte[]) - Method in class com.github.katenachain.Transactor
-
creates a CertificateRaw (V1) and sends it to the API.
- sendKeyCreateV1Tx(String, PublicKey, String) - Method in class com.github.katenachain.Transactor
-
creates a KeyCreate (V1) and sends it to the API.
- sendKeyRevokeV1Tx(String) - Method in class com.github.katenachain.Transactor
-
creates a KeyRevoke (V1) and sends it to the API.
- sendKeyRotateV1Tx(String, PublicKey) - Method in class com.github.katenachain.Transactor
-
creates a KeyRotate (V1) and sends it to the API.
- sendSecretNaclBoxV1Tx(String, PublicKey, byte[], byte[]) - Method in class com.github.katenachain.Transactor
-
creates a SecretNaclBox (V1) and sends it to the API.
- sendTx(Tx) - Method in class com.github.katenachain.api.Handler
-
accepts an encoded tx and sends it to the Api to return its status and its hash.
- sendTx(TxData) - Method in class com.github.katenachain.Transactor
-
creates a tx from a tx data and the provided tx signer info and chain id, signs it, encodes it and sends it to the api.
- SendTxResult - Class in com.github.katenachain.entity.api
-
SendTxResult is returned by a POST request to retrieve the tx status and its hash.
- SendTxResult() - Constructor for class com.github.katenachain.entity.api.SendTxResult
- serialize(byte[], Type, JsonSerializationContext) - Method in class com.github.katenachain.serializer.adapter.BytesSerializer
- serialize(AbstractKey, Type, JsonSerializationContext) - Method in class com.github.katenachain.serializer.adapter.CryptoSerializer
- serialize(TxData, Type, JsonSerializationContext) - Method in class com.github.katenachain.serializer.adapter.TxDataSerializer
- serialize(Object) - Method in class com.github.katenachain.serializer.Serializer
-
serializes data in the appropriate format.
- serialize(Object, Type) - Method in class com.github.katenachain.serializer.Serializer
-
serializes data in the appropriate format.
- serialize(Instant, Type, JsonSerializationContext) - Method in class com.github.katenachain.serializer.adapter.InstantSerializer
- Serializer - Class in com.github.katenachain.serializer
- Serializer(GsonBuilder) - Constructor for class com.github.katenachain.serializer.Serializer
-
Serializer Constructor
- sign(byte[]) - Method in class com.github.katenachain.crypto.ED25519.PrivateKey
-
accepts a message and returns its corresponding Ed25519 signature.
- signTx(TxSigner, String, Instant, TxData) - Method in class com.github.katenachain.api.Handler
-
signs a tx data and returns a new tx ready to be sent.
T
- Transactor - Class in com.github.katenachain
-
Transactor provides helper methods to hide the complexity of Tx creation, signature and API dialog.
- Transactor(String) - Constructor for class com.github.katenachain.Transactor
-
Transactor constructor.
- Transactor(String, String, TxSigner) - Constructor for class com.github.katenachain.Transactor
-
Transactor constructor.
- Tx - Class in com.github.katenachain.entity
-
Tx wraps a tx data with its signature information and a nonce time to avoid replay attacks.
- Tx(TxData, Instant, byte[], String) - Constructor for class com.github.katenachain.entity.Tx
-
Tx constructor.
- TxData - Interface in com.github.katenachain.entity
-
TxData interface defines the methods a concrete TxData must implement.
- TxDataSerializer - Class in com.github.katenachain.serializer.adapter
- TxDataSerializer() - Constructor for class com.github.katenachain.serializer.adapter.TxDataSerializer
- TxDataState - Class in com.github.katenachain.entity
-
TxDataState wraps a TxData and additional values in order to define the unique state to be signed.
- TxDataState(String, Instant, TxData) - Constructor for class com.github.katenachain.entity.TxDataState
-
TxDataState constructor.
- TxResult - Class in com.github.katenachain.entity.api
-
TxResult is returned by a GET request to retrieve a tx with useful information about its processing.
- TxResult() - Constructor for class com.github.katenachain.entity.api.TxResult
- TxResults - Class in com.github.katenachain.entity.api
-
TxResults is returned by a GET request to retrieve a list of TxResult with the total txs available.
- TxResults() - Constructor for class com.github.katenachain.entity.api.TxResults
- TxSigner - Class in com.github.katenachain.entity
-
TxSigner contains all information about a Tx signer.
- TxSigner(String, PrivateKey) - Constructor for class com.github.katenachain.entity.TxSigner
-
TxSigner constructor.
- TxStatus - Class in com.github.katenachain.entity.api
-
TxStatus is a tx blockchain status.
- TxStatus() - Constructor for class com.github.katenachain.entity.api.TxStatus
- TYPE_CERTIFICATE - Static variable in class com.github.katenachain.entity.certify.Certify
- TYPE_CREATE - Static variable in class com.github.katenachain.entity.account.Account
- TYPE_ED25519 - Static variable in class com.github.katenachain.entity.certify.Certify
- TYPE_KEY - Static variable in class com.github.katenachain.entity.account.Account
- TYPE_NACL_BOX - Static variable in class com.github.katenachain.entity.certify.Certify
- TYPE_RAW - Static variable in class com.github.katenachain.entity.certify.Certify
- TYPE_REVOKE - Static variable in class com.github.katenachain.entity.account.Account
- TYPE_ROTATE - Static variable in class com.github.katenachain.entity.account.Account
- TYPE_SECRET - Static variable in class com.github.katenachain.entity.certify.Certify
U
- UnknownTxData - Class in com.github.katenachain.entity
-
UnknownTxData is useful to deserialize and serialize back a tx data of unknown type.
- UnknownTxData(String, Object) - Constructor for class com.github.katenachain.entity.UnknownTxData
-
UnknownTxData constructor.
V
- verify(byte[], byte[]) - Method in class com.github.katenachain.crypto.ED25519.PublicKey
-
indicates if a message and a signature match.
All Classes All Packages