Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Certificate ¶ added in v2.0.22
type Certificate struct { *x509.Certificate Key any }
func (*Certificate) MarshalText ¶ added in v2.0.24
func (cp *Certificate) MarshalText() ([]byte, error)
func (*Certificate) MarshalYAML ¶ added in v2.0.24
func (cp *Certificate) MarshalYAML() (interface{}, error)
func (*Certificate) UnmarshalText ¶ added in v2.0.22
func (cp *Certificate) UnmarshalText(text []byte) error
func (*Certificate) UnmarshalYAML ¶ added in v2.0.24
func (cp *Certificate) UnmarshalYAML(value *yaml.Node) error
Click to show internal directories.
Click to hide internal directories.