export

package
v0.0.0-...-55c0a6c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2021 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CAExport

type CAExport struct {
	data.RequestContent
	Id              []byte
	Cert            []byte
	Key             []byte
	Revoked         []byte
	Intermediate    []byte
	DefaultValidity int
}

type Cert

type Cert struct {
	data.RequestContent
	Data   x509.Certificate
	KeyId  []byte
	Id     []byte
	Serial string `search:"cert_serial"`
}

type Intermediate

type Intermediate struct {
	Cert
	Organisation string
	Parent       []byte
	Id           []byte
}

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL