Documentation ¶
Overview ¶
Copyright 2020 Google LLC. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.package tpm
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PEM ¶
type PEM struct { crypto.Signer ExtTLSConfig *tls.Config PublicCertFile string PrivatePEMFile string SignatureAlgorithm x509.SignatureAlgorithm // contains filtered or unexported fields }
func NewPEMCrypto ¶
func (PEM) TLSCertificate ¶
func (t PEM) TLSCertificate() tls.Certificate
Click to show internal directories.
Click to hide internal directories.