waCert

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2024 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_waCert_WACert_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CertChain

type CertChain struct {
	Leaf         *CertChain_NoiseCertificate `protobuf:"bytes,1,opt,name=leaf,proto3" json:"leaf,omitempty"`
	Intermediate *CertChain_NoiseCertificate `protobuf:"bytes,2,opt,name=intermediate,proto3" json:"intermediate,omitempty"`
	// contains filtered or unexported fields
}

func (*CertChain) Descriptor deprecated

func (*CertChain) Descriptor() ([]byte, []int)

Deprecated: Use CertChain.ProtoReflect.Descriptor instead.

func (*CertChain) GetIntermediate

func (x *CertChain) GetIntermediate() *CertChain_NoiseCertificate

func (*CertChain) GetLeaf

func (x *CertChain) GetLeaf() *CertChain_NoiseCertificate

func (*CertChain) ProtoMessage

func (*CertChain) ProtoMessage()

func (*CertChain) ProtoReflect

func (x *CertChain) ProtoReflect() protoreflect.Message

func (*CertChain) Reset

func (x *CertChain) Reset()

func (*CertChain) String

func (x *CertChain) String() string

type CertChain_NoiseCertificate

type CertChain_NoiseCertificate struct {
	Details   []byte `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*CertChain_NoiseCertificate) Descriptor deprecated

func (*CertChain_NoiseCertificate) Descriptor() ([]byte, []int)

Deprecated: Use CertChain_NoiseCertificate.ProtoReflect.Descriptor instead.

func (*CertChain_NoiseCertificate) GetDetails

func (x *CertChain_NoiseCertificate) GetDetails() []byte

func (*CertChain_NoiseCertificate) GetSignature

func (x *CertChain_NoiseCertificate) GetSignature() []byte

func (*CertChain_NoiseCertificate) ProtoMessage

func (*CertChain_NoiseCertificate) ProtoMessage()

func (*CertChain_NoiseCertificate) ProtoReflect

func (*CertChain_NoiseCertificate) Reset

func (x *CertChain_NoiseCertificate) Reset()

func (*CertChain_NoiseCertificate) String

func (x *CertChain_NoiseCertificate) String() string

type CertChain_NoiseCertificate_Details

type CertChain_NoiseCertificate_Details struct {
	Serial       uint32 `protobuf:"varint,1,opt,name=serial,proto3" json:"serial,omitempty"`
	IssuerSerial uint32 `protobuf:"varint,2,opt,name=issuerSerial,proto3" json:"issuerSerial,omitempty"`
	Key          []byte `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
	NotBefore    uint64 `protobuf:"varint,4,opt,name=notBefore,proto3" json:"notBefore,omitempty"`
	NotAfter     uint64 `protobuf:"varint,5,opt,name=notAfter,proto3" json:"notAfter,omitempty"`
	// contains filtered or unexported fields
}

func (*CertChain_NoiseCertificate_Details) Descriptor deprecated

func (*CertChain_NoiseCertificate_Details) Descriptor() ([]byte, []int)

Deprecated: Use CertChain_NoiseCertificate_Details.ProtoReflect.Descriptor instead.

func (*CertChain_NoiseCertificate_Details) GetIssuerSerial

func (x *CertChain_NoiseCertificate_Details) GetIssuerSerial() uint32

func (*CertChain_NoiseCertificate_Details) GetKey

func (*CertChain_NoiseCertificate_Details) GetNotAfter

func (x *CertChain_NoiseCertificate_Details) GetNotAfter() uint64

func (*CertChain_NoiseCertificate_Details) GetNotBefore

func (x *CertChain_NoiseCertificate_Details) GetNotBefore() uint64

func (*CertChain_NoiseCertificate_Details) GetSerial

func (*CertChain_NoiseCertificate_Details) ProtoMessage

func (*CertChain_NoiseCertificate_Details) ProtoMessage()

func (*CertChain_NoiseCertificate_Details) ProtoReflect

func (*CertChain_NoiseCertificate_Details) Reset

func (*CertChain_NoiseCertificate_Details) String

type NoiseCertificate

type NoiseCertificate struct {
	Details   []byte `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*NoiseCertificate) Descriptor deprecated

func (*NoiseCertificate) Descriptor() ([]byte, []int)

Deprecated: Use NoiseCertificate.ProtoReflect.Descriptor instead.

func (*NoiseCertificate) GetDetails

func (x *NoiseCertificate) GetDetails() []byte

func (*NoiseCertificate) GetSignature

func (x *NoiseCertificate) GetSignature() []byte

func (*NoiseCertificate) ProtoMessage

func (*NoiseCertificate) ProtoMessage()

func (*NoiseCertificate) ProtoReflect

func (x *NoiseCertificate) ProtoReflect() protoreflect.Message

func (*NoiseCertificate) Reset

func (x *NoiseCertificate) Reset()

func (*NoiseCertificate) String

func (x *NoiseCertificate) String() string

type NoiseCertificate_Details

type NoiseCertificate_Details struct {
	Serial  uint32 `protobuf:"varint,1,opt,name=serial,proto3" json:"serial,omitempty"`
	Issuer  string `protobuf:"bytes,2,opt,name=issuer,proto3" json:"issuer,omitempty"`
	Expires uint64 `protobuf:"varint,3,opt,name=expires,proto3" json:"expires,omitempty"`
	Subject string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	Key     []byte `protobuf:"bytes,5,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*NoiseCertificate_Details) Descriptor deprecated

func (*NoiseCertificate_Details) Descriptor() ([]byte, []int)

Deprecated: Use NoiseCertificate_Details.ProtoReflect.Descriptor instead.

func (*NoiseCertificate_Details) GetExpires

func (x *NoiseCertificate_Details) GetExpires() uint64

func (*NoiseCertificate_Details) GetIssuer

func (x *NoiseCertificate_Details) GetIssuer() string

func (*NoiseCertificate_Details) GetKey

func (x *NoiseCertificate_Details) GetKey() []byte

func (*NoiseCertificate_Details) GetSerial

func (x *NoiseCertificate_Details) GetSerial() uint32

func (*NoiseCertificate_Details) GetSubject

func (x *NoiseCertificate_Details) GetSubject() string

func (*NoiseCertificate_Details) ProtoMessage

func (*NoiseCertificate_Details) ProtoMessage()

func (*NoiseCertificate_Details) ProtoReflect

func (x *NoiseCertificate_Details) ProtoReflect() protoreflect.Message

func (*NoiseCertificate_Details) Reset

func (x *NoiseCertificate_Details) Reset()

func (*NoiseCertificate_Details) String

func (x *NoiseCertificate_Details) String() string

Jump to

Keyboard shortcuts

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