Uses of Class
com.google.crypto.tink.subtle.Ed25519Sign.KeyPair
-
Packages that use Ed25519Sign.KeyPair Package Description com.google.crypto.tink.subtle -
-
Uses of Ed25519Sign.KeyPair in com.google.crypto.tink.subtle
Methods in com.google.crypto.tink.subtle that return Ed25519Sign.KeyPair Modifier and Type Method Description static Ed25519Sign.KeyPairEd25519Sign.KeyPair. newKeyPair()Returns a newKeyPair. static Ed25519Sign.KeyPairEd25519Sign.KeyPair. newKeyPairFromSeed(byte[] secretSeed)Returns a newKeyPair generated from a seed.
-