Documentation ¶
Index ¶
- type Cache
- func (c *Cache) Close()
- func (c *Cache) CloseAK(k *attest.AK)
- func (c *Cache) GetAK() (*attest.AK, error)
- func (c *Cache) GetIntermediateCertificate() (string, error)
- func (c *Cache) GetIntermediateCertificateUsername() (string, error)
- func (c *Cache) GetSSHCert(servername string) (string, string, error)
- func (c *Cache) GetTPM() *attest.TPM
- func (c *Cache) SaveIntermediateCertificate(rawtoken string) error
- func (c *Cache) SaveSSHCert(servername string, privkey, pubcert []byte) error
- func (c *Cache) SetIntermediatePublicKey(pkcs1key []byte)
- func (c *Cache) SetSSHPublicKey(stringkey string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
func (*Cache) GetIntermediateCertificate ¶
func (*Cache) GetIntermediateCertificateUsername ¶
func (*Cache) SaveIntermediateCertificate ¶
func (*Cache) SaveSSHCert ¶
func (*Cache) SetIntermediatePublicKey ¶
func (*Cache) SetSSHPublicKey ¶
Click to show internal directories.
Click to hide internal directories.