A
C
D
E
F
G
I
K
L
M
P
S
T
V
V
- valueOf(String) - function in dev.sublab.ecdsa.Kind
- Returns the enum constant of this type with the specified name.
- values() - function in dev.sublab.ecdsa.Kind
- Returns an array containing the constants of this enum type, in the order they're declared.
- Verifier - class in dev.sublab.encrypting.signing
- An interface for accessing a message and a signature verification functionality
- verify(ByteArray,ByteArray) - function in dev.sublab.ecdsa.Ecdsa
- Verifies the provided message and signature against ecdsa
- verify(ByteArray,ByteArray) - function in dev.sublab.ed25519.Ed25519
- Verifies the provided message and signature against ed25519
- verify(ByteArray,ByteArray) - function in dev.sublab.encrypting.keys.KeyPair
- The default verification implementation
- verify(ByteArray,ByteArray) - function in dev.sublab.encrypting.signing.SignatureEngine
- Verifies the provided message and signature
- verify(ByteArray,ByteArray) - function in dev.sublab.encrypting.signing.Verifier
- Verifies the provided message and signature
- verify(ByteArray,ByteArray) - function in dev.sublab.sr25519.Sr25519
- Verifies the provided message and signature against sr25519