Versions in this module Expand all Collapse all v6 v6.3.6 Mar 4, 2021 v6.3.5 Mar 3, 2021 Changes in this version + const ACCEPT_SECURE_META_KEY + const CIPHERTEXT_KEY + const CIPHERVERSION_KEY + const SECURE_META_KEY + var ErrIntOverflowSecure = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthSecure = fmt.Errorf("proto: negative length found during unmarshaling") + func EnforceSecure(output erpc.Message) + func NewPlugin(statCode int32, cipherkey string) erpc.Plugin + func WithAcceptSecureMeta(accept bool) erpc.MessageSetting + func WithSecureMeta() erpc.MessageSetting + type Encrypt struct + Ciphertext string + Cipherversion string + func (*Encrypt) Descriptor() ([]byte, []int) + func (*Encrypt) ProtoMessage() + func (m *Encrypt) GetCiphertext() string + func (m *Encrypt) GetCipherversion() string + func (m *Encrypt) Marshal() (dAtA []byte, err error) + func (m *Encrypt) MarshalTo(dAtA []byte) (int, error) + func (m *Encrypt) Reset() + func (m *Encrypt) Size() (n int) + func (m *Encrypt) String() string + func (m *Encrypt) Unmarshal(dAtA []byte) error Other modules containing this package github.com/fyyang/erpc