mock

package
v0.0.0-...-730bba4 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeKeyCertBundle

type FakeKeyCertBundle struct {
	CertBytes      []byte
	Cert           *x509.Certificate
	PrivKeyBytes   []byte
	PrivKey        *crypto.PrivateKey
	CertChainBytes []byte
	RootCertBytes  []byte
	ReturnErr      error
}

FakeKeyCertBundle is a mocked KeyCertBundle for testing.

func (*FakeKeyCertBundle) GetAll

func (b *FakeKeyCertBundle) GetAll() (cert *x509.Certificate, privKey *crypto.PrivateKey, certChainBytes,
	rootCertBytes []byte)

GetAll returns all key/cert in KeyCertBundle together. Getting all values together avoids inconsistancy.

func (*FakeKeyCertBundle) GetAllPem

func (b *FakeKeyCertBundle) GetAllPem() (certBytes, privKeyBytes, certChainBytes, rootCertBytes []byte)

GetAllPem returns all key/cert PEMs in KeyCertBundle together. Getting all values together avoids inconsistancy.

func (*FakeKeyCertBundle) VerifyAndSetAll

func (b *FakeKeyCertBundle) VerifyAndSetAll(certBytes, privKeyBytes, certChainBytes, rootCertBytes []byte) error

VerifyAndSetAll verifies the key/certs, and sets all key/certs in KeyCertBundle together. Setting all values together avoids inconsistancy.

Jump to

Keyboard shortcuts

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