Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNilKeyGenerator = errors.New("nil key generator")
ErrNilKeyGenerator is returned when a nil key generator is provided
View Source
var ErrNilMarshaller = errors.New("nil marshaller")
ErrNilMarshaller is returned when a nil marshaller is provided
View Source
var ErrNilPrivateKey = errors.New("nil private key")
ErrNilPrivateKey is returned when a nil private key is provided
Functions ¶
func NewEncryptor ¶
func NewEncryptor(encryptionMarshaller core.Marshaller, keyGen crypto.KeyGenerator, managedPrivateKey crypto.PrivateKey) (*encryptor, error)
NewEncryptor creates a new encryptor instance
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.