Uses of Class
com.github.katenachain.crypto.ED25519.PrivateKey
-
Packages that use PrivateKey Package Description com.github.katenachain.entity com.github.katenachain.utils -
-
Uses of PrivateKey in com.github.katenachain.entity
Methods in com.github.katenachain.entity that return PrivateKey Modifier and Type Method Description PrivateKeyTxSigner. getPrivateKey()Constructors in com.github.katenachain.entity with parameters of type PrivateKey Constructor Description TxSigner(String fqId, PrivateKey privateKey)TxSigner constructor. -
Uses of PrivateKey in com.github.katenachain.utils
Methods in com.github.katenachain.utils that return PrivateKey Modifier and Type Method Description static PrivateKeyCrypto. createPrivateKeyEd25519FromBase64(String privateKeyBase64)accepts a base64 encoded Ed25519 private key (88 chars) and returns an Ed25519 private key.static PrivateKeyCrypto. generateNewPrivateKeyEd25519()generates a new ed25519 private key.
-