A
B
C
E
F
G
I
J
K
P
S
T
V
W
X
Y
S
- secp256k1 - enum entry in web5.sdk.crypto.AlgorithmId
- secp256k1 - enum entry in web5.sdk.crypto.JwaCurve
- Secp256k1 - class in web5.sdk.crypto
- A cryptographic object responsible for key generation, signature creation, and signature verification utilizing the SECP256K1 elliptic curve, widely used for Bitcoin and Ethereum transactions.
- setKid(java.lang.String) - function in web5.sdk.crypto.jwk.Jwk
- Key ID, unique identifier for the key.
- sign(java.lang.String,kotlin.ByteArray) - function in web5.sdk.crypto.AwsKeyManager
- Signs the provided payload using the private key identified by the provided alias.
- sign(web5.sdk.crypto.jwk.Jwk,kotlin.ByteArray,web5.sdk.crypto.SignOptions) - function in web5.sdk.crypto.Crypto
- Signs a payload using a private key.
- sign(web5.sdk.crypto.jwk.Jwk,kotlin.ByteArray) - function in web5.sdk.crypto.Crypto
- Signs a payload using a private key.
- sign(web5.sdk.crypto.jwk.Jwk,kotlin.ByteArray,web5.sdk.crypto.SignOptions) - function in web5.sdk.crypto.Ed25519
- Sign a given payload using a private key.
- sign(java.lang.String,kotlin.ByteArray) - function in web5.sdk.crypto.InMemoryKeyManager
- Signs a payload using the private key identified by the provided keyAlias.
- sign(java.lang.String,kotlin.ByteArray) - function in web5.sdk.crypto.KeyManager
- Signs the provided payload using the private key identified by the provided alias.
- sign(web5.sdk.crypto.jwk.Jwk,kotlin.ByteArray,web5.sdk.crypto.SignOptions) - function in web5.sdk.crypto.Secp256k1
- Deterministically signs the provided payload using the ECDSA (Elliptic Curve Digital Signature Algorithm) with the curve
secp256k1. - sign(web5.sdk.crypto.jwk.Jwk,kotlin.ByteArray,web5.sdk.crypto.SignOptions) - function in web5.sdk.crypto.Signer
- Sign a given payload using a private key.
- Signer - class in web5.sdk.crypto
- An interface defining the contract for signing and verifying signatures on payloads.
- SignOptions - class in web5.sdk.crypto
- A marker interface to represent options used during signing operations.