Key Restoration
This interface defines the functionality to verify and restore cryptographic keys
Inheritors
Functions
Link copied to clipboard
Determines if the input data corresponds to a private key
Link copied to clipboard
Determines if the input data corresponds to a public key
Link copied to clipboard
Restores a key from a JWK (JSON Web Key).
Link copied to clipboard
A method to restore a private key from a StorableKey
Restores a private key from StorablePrivateKey.
Restores a private key using a restoration identifier and private key data encoded in base 64.
Link copied to clipboard
A method to restore a public key from a StorableKey