Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cert ¶
type Cert struct { data.RequestContent Data x509.Certificate KeyId []byte Id []byte Serial string `search:"cert_serial"` }
type Key ¶
type Key struct { data.RequestContent Data crypto.PrivateKey CertSerial string `search:"key_certserial"` Id []byte }
type Revoked ¶
type Revoked struct { data.RequestContent Id []byte List pkix.CertificateList }
Click to show internal directories.
Click to hide internal directories.