Uses of Class
convex.core.crypto.Ed25519KeyPair
Packages that use Ed25519KeyPair
Package
Description
Crypto algorithms used within Convex, particularly for digital signatures and
cryptographic hashes
-
Uses of Ed25519KeyPair in convex.core.crypto
Methods in convex.core.crypto that return Ed25519KeyPairModifier and TypeMethodDescriptionstatic Ed25519KeyPair
Ed25519KeyPair.create
(byte[] keyMaterial) Create a SignKeyPair from given private key material.static Ed25519KeyPair
Ed25519KeyPair.create
(AccountKey accountKey, Blob encodedPrivateKey) Create a key pair given a public AccountKey and a encoded Blobstatic Ed25519KeyPair
protected static Ed25519KeyPair
Create a KeyPair from a JCA KeyPairstatic Ed25519KeyPair
Ed25519KeyPair.create
(PrivateKey privateKey) Create a KeyPair from given private key.static Ed25519KeyPair
Ed25519KeyPair.create
(PublicKey publicKey, PrivateKey privateKey) Creates an Ed25519 Key Pair with the specified keysstatic Ed25519KeyPair
Ed25519KeyPair.createSeeded
(long seed) Create a deterministic key pair with a specified seed.static Ed25519KeyPair
Ed25519KeyPair.generate()
Generates a new, secure random key pair.static Ed25519KeyPair
Ed25519KeyPair.generate
(SecureRandom random) Generates a secure random key pair