A
G
S
W
G
- generatePrivateKey(web5.sdk.crypto.AlgorithmId,web5.sdk.crypto.KeyGenOptions) - function in web5.sdk.keymanager.aws.AwsKeyManager
- Generates and securely stores a private key based on the provided algorithm and options, returning a unique alias that can be utilized to reference the generated key for future operations.
- getDeterministicAlias(web5.sdk.crypto.jwk.Jwk) - function in web5.sdk.keymanager.aws.AwsKeyManager
- Return the alias of publicKey, as was originally returned by generatePrivateKey.
- getPublicKey(java.lang.String) - function in web5.sdk.keymanager.aws.AwsKeyManager
- Retrieves the public key associated with a previously stored private key, identified by the provided alias.