Documentation ¶
Overview ¶
Package codec provides Encryption Codec that can be used to encrypt sensitive data passed to and from Temporal Server
Index ¶
Constants ¶
View Source
const (
MetadataEncodingEncrypted = "binary/encrypted"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptionCodec ¶
type EncryptionCodec struct {
// contains filtered or unexported fields
}
EncryptionCodec implements PayloadCodec using AES Crypt.
func NewEncryptionCodec ¶
func NewEncryptionCodec(key []byte) (*EncryptionCodec, error)
func (*EncryptionCodec) Decode ¶
Decode implements converter.PayloadCodec.Decode.
Click to show internal directories.
Click to hide internal directories.