BloxbeanKeyPair
scalus.cardano.wallet.BloxbeanKeyPair
class BloxbeanKeyPair(val underlying: HdKeyPair) extends ExtendedKeyPair
KeyPair implementation backed by Bloxbean's HdKeyPair (extended keys).
Attributes
- Graph
-
- Supertypes
Members list
Type members
Types
Value members
Concrete methods
The extended signing key - 64 bytes.
Sign a message and return the signature.
Sign a message and return the signature.
Value parameters
- message
-
the message to sign
Attributes
- Returns
-
64-byte Ed25519 signature
- Definition Classes
The verification (public) key - 32 bytes.
Verify a signature.
Verify a signature.
Value parameters
- message
-
the message that was signed
- signature
-
the signature to verify
Attributes
- Returns
-
true if the signature is valid
- Definition Classes
Deprecated and Inherited methods
Attributes
- Deprecated
-
[Since version 0.13.0]Use extendedSigningKey.bytes instead - Definition Classes
- Inherited from:
- ExtendedKeyPair
Attributes
- Deprecated
-
[Since version 0.13.0]Use verificationKey.bytes instead - Inherited from:
- KeyPair
Attributes
- Deprecated
-
[Since version 0.13.0]Use verificationKey and signing key directly - Inherited from:
- KeyPair
Concrete fields
In this article