Documentation ¶
Index ¶
Constants ¶
View Source
const (
TLS = "TLS"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TLSCAGenOpts ¶
type TLSCAGenOpts struct { // Level 目前支持 256 和 384 两个安全级别。 Level int }
func (*TLSCAGenOpts) Algorithm ¶
func (opts *TLSCAGenOpts) Algorithm() string
func (*TLSCAGenOpts) SecurityLevel ¶
func (opts *TLSCAGenOpts) SecurityLevel() int
type TLSCAGenerator ¶
type TLSCAGenerator struct{}
func NewTLSCAGenerator ¶
func NewTLSCAGenerator() *TLSCAGenerator
Click to show internal directories.
Click to hide internal directories.