Preparing search index...
The search index is not available
lemon-core
lemon-core
CoreKmsService
Interface CoreKmsService
class:
CoreKmsService
support encrypt/decrypt message.
Hierarchy
CoreServices
CoreKmsService
Implemented by
AWSKMSService
Index
Properties
decrypt
encrypt
Methods
hello
Properties
decrypt
decrypt
:
(
(
encryptedSecret
:
string
, keyId
?:
string
)
=>
Promise
<
string
>
)
Type declaration
(
encryptedSecret
:
string
, keyId
?:
string
)
:
Promise
<
string
>
Parameters
encryptedSecret:
string
Optional
keyId:
string
Returns
Promise
<
string
>
encrypt
encrypt
:
(
(
message
:
string
, keyId
?:
string
)
=>
Promise
<
string
>
)
Type declaration
(
message
:
string
, keyId
?:
string
)
:
Promise
<
string
>
Parameters
message:
string
Optional
keyId:
string
Returns
Promise
<
string
>
Methods
hello
hello
(
)
:
string
Returns
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
lemon-
core
$sns
$sqs
$web
$wss
lib
tools
elasticsearch
Request
Params
errors
Core
Kms
Service
decrypt
encrypt
hello
Generated using
TypeDoc
class:
CoreKmsService