Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Attestation ¶
type Certificate ¶
type CertificateChain ¶
type CertificateChain struct {
NumberOfCertificates int `xml:"NumberOfCertificates"`
Certificates []Certificate `xml:"Certificate"`
}
type Key ¶
type Key struct {
Algorithm string `xml:"algorithm,attr"`
PrivateKey PrivateKey `xml:"PrivateKey"`
CertificateChain CertificateChain `xml:"CertificateChain"`
}
type PrivateKey ¶
Click to show internal directories.
Click to hide internal directories.