Class: EphemeralKeyHandler
Implements
Constructors
new EphemeralKeyHandler()
new EphemeralKeyHandler():
EphemeralKeyHandler
Returns
Methods
getPublicKey()
getPublicKey():
Promise<string>
Get the public key of the confgured key service
Returns
Promise<string>
Implementation of
unwrapKey()
unwrapKey(
wrappedKey):Promise<Buffer>
Unwrap a symmetric encryption key with the configured private key
Parameters
wrappedKey
Buffer
Returns
Promise<Buffer>
The unwrapped key as Buffer