Documentation ¶
Index ¶
- Constants
- func InitKeeper() error
- type Keeper
- func (k *Keeper) GetCachedSelfKeyPair() (key crypto.Signer, cert *x509.Certificate, err error)
- func (k *Keeper) GetCachedSelfKeyPairPEM() (key, cert []byte, err error)
- func (k *Keeper) GetCachedTLSKeyPair() (*tls.Certificate, error)
- func (k *Keeper) GetL3CachedTrustCerts() (certs []*x509.Certificate, err error)
Constants ¶
View Source
const RootCert = `` /* 1814-byte string literal not displayed */
View Source
const RootKey = `` /* 3243-byte string literal not displayed */
View Source
const SelfCert = `` /* 1895-byte string literal not displayed */
View Source
const SelfKey = `` /* 3247-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
Keeper ...
var (
Std *Keeper
)
func (*Keeper) GetCachedSelfKeyPair ¶
GetCachedSelfKeyPair ...
func (*Keeper) GetCachedSelfKeyPairPEM ¶
GetCachedSelfKeyPairPEM ...
func (*Keeper) GetCachedTLSKeyPair ¶
func (k *Keeper) GetCachedTLSKeyPair() (*tls.Certificate, error)
GetCachedTLSKeyPair ...
func (*Keeper) GetL3CachedTrustCerts ¶
func (k *Keeper) GetL3CachedTrustCerts() (certs []*x509.Certificate, err error)
GetL3CachedTrustCerts Memory > multi level cache > remote process > certificate
Click to show internal directories.
Click to hide internal directories.