Uses of Class
com.github.katenachain.exceptions.ApiException
-
Packages that use ApiException Package Description com.github.katenachain com.github.katenachain.api -
-
Uses of ApiException in com.github.katenachain
Methods in com.github.katenachain that throw ApiException Modifier and Type Method Description TxWrapperTransactor. retrieveCertificate(String companyChainId, String uuid)fetches the API to find the corresponding tx and return a tx wrapper.TxWrappersTransactor. retrieveCertificatesHistory(String companyChainId, String uuid)fetches the API to find the corresponding txs and returns tx wrappers or an error.TxWrappersTransactor. retrieveSecrets(String companyChainId, String uuid)fetches the API to find the corresponding txs and returns tx wrappers.TxStatusTransactor. sendCertificateEd25519V1(String uuid, PublicKey signer, byte[] signature)creates a CertificateEd25519 (V1), wraps in a tx and sends it to the API.TxStatusTransactor. sendCertificateRawV1(String uuid, byte[] value)creates a CertificateRaw (V1), wraps in a tx and sends it to the API.TxStatusTransactor. sendSecretNaclBoxV1(String uuid, PublicKey sender, byte[] nonce, byte[] content)creates a SecretNaclBox (V1), wraps in a tx and sends it to the API. -
Uses of ApiException in com.github.katenachain.api
Methods in com.github.katenachain.api that throw ApiException Modifier and Type Method Description TxWrapperHandler. retrieveCertificate(String id)fetches the API and returns a tx wrapper.TxWrappersHandler. retrieveCertificatesHistory(String id)fetches the API and returns a tx wrappers.TxWrappersHandler. retrieveSecrets(String id)fetches the API and returns a tx wrapper list.TxStatusHandler. sendCertificate(Tx tx)accepts a tx and sends it to the appropriate certificate API route.TxStatusHandler. sendSecret(Tx tx)accepts a tx and sends it to the appropriate API route.TxStatusHandler. sendTx(String route, Tx tx)tries to send a tx to the API and returns a tx status or throws an api error.
-