Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WriterAESGCM ¶
type WriterAESGCM struct { *concurrentWriter.ConcurrentWriter // contains filtered or unexported fields }
func NewEncryptWriterAESGCM ¶
func NewEncryptWriterAESGCM(dest io.Writer, aad []byte, keyTemplate *tink_go_proto.KeyTemplate, writer ...io.Writer) (*WriterAESGCM, error)
func (*WriterAESGCM) Close ¶
func (c *WriterAESGCM) Close() error
func (*WriterAESGCM) GetKeysetHandle ¶
func (c *WriterAESGCM) GetKeysetHandle() *keyset.Handle
Click to show internal directories.
Click to hide internal directories.