Uses of Class
com.github.katenachain.crypto.Nacl.PrivateKey
-
Packages that use PrivateKey Package Description com.github.katenachain.utils -
-
Uses of PrivateKey in com.github.katenachain.utils
Methods in com.github.katenachain.utils that return PrivateKey Modifier and Type Method Description static PrivateKeyCrypto. createPrivateKeyX25519FromBase64(String privateKeyBase64)accepts a base64 encoded X25519 private key (88 chars) and returns an X25519 private key.
-