Uses of Class
com.google.crypto.tink.signature.Ed25519PrivateKey
-
Packages that use Ed25519PrivateKey Package Description com.google.crypto.tink.signature com.google.crypto.tink.signature.internal com.google.crypto.tink.subtle -
-
Uses of Ed25519PrivateKey in com.google.crypto.tink.signature
Methods in com.google.crypto.tink.signature that return Ed25519PrivateKey Modifier and Type Method Description static Ed25519PrivateKeyEd25519PrivateKey. create(Ed25519PublicKey publicKey, SecretBytes privateKeyBytes) -
Uses of Ed25519PrivateKey in com.google.crypto.tink.signature.internal
Methods in com.google.crypto.tink.signature.internal with parameters of type Ed25519PrivateKey Modifier and Type Method Description static PublicKeySignEd25519SignJce. create(Ed25519PrivateKey key)static PublicKeySignEd25519SignJce. createWithProvider(Ed25519PrivateKey key, java.security.Provider provider) -
Uses of Ed25519PrivateKey in com.google.crypto.tink.subtle
Methods in com.google.crypto.tink.subtle with parameters of type Ed25519PrivateKey Modifier and Type Method Description static PublicKeySignEd25519Sign. create(Ed25519PrivateKey key)
-