alwaysencrypted

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2021 License: MIT Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CEKV

type CEKV struct {
	Version    int
	KeyPath    string
	Ciphertext []byte
	SignedHash []byte
	DataToSign []byte

	Key []byte
}

func LoadCEKV

func LoadCEKV(bytes []byte) CEKV

func (*CEKV) Decrypt

func (c *CEKV) Decrypt(private *rsa.PrivateKey) ([]byte, error)

func (*CEKV) Verify

func (c *CEKV) Verify(cert *x509.Certificate) bool

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL