Uses of Class
com.google.crypto.tink.signature.Ed25519PublicKey
-
Packages that use Ed25519PublicKey Package Description com.google.crypto.tink.signature com.google.crypto.tink.signature.internal com.google.crypto.tink.subtle -
-
Uses of Ed25519PublicKey in com.google.crypto.tink.signature
Methods in com.google.crypto.tink.signature that return Ed25519PublicKey Modifier and Type Method Description static Ed25519PublicKeyEd25519PublicKey. create(Ed25519Parameters.Variant variant, Bytes publicKeyBytes, java.lang.Integer idRequirement)static Ed25519PublicKeyEd25519PublicKey. create(Bytes publicKeyBytes)Ed25519PublicKeyEd25519PrivateKey. getPublicKey()Methods in com.google.crypto.tink.signature with parameters of type Ed25519PublicKey Modifier and Type Method Description static Ed25519PrivateKeyEd25519PrivateKey. create(Ed25519PublicKey publicKey, SecretBytes privateKeyBytes) -
Uses of Ed25519PublicKey in com.google.crypto.tink.signature.internal
Methods in com.google.crypto.tink.signature.internal with parameters of type Ed25519PublicKey Modifier and Type Method Description static PublicKeyVerifyEd25519VerifyJce. create(Ed25519PublicKey key)static PublicKeyVerifyEd25519VerifyJce. createWithProvider(Ed25519PublicKey key, java.security.Provider provider) -
Uses of Ed25519PublicKey in com.google.crypto.tink.subtle
Methods in com.google.crypto.tink.subtle with parameters of type Ed25519PublicKey Modifier and Type Method Description static PublicKeyVerifyEd25519Verify. create(Ed25519PublicKey key)
-