Documentation
¶
Index ¶
- Constants
- func Check(curves uint16) bool
- func ListString() []string
- func ViperDecoderHook() libmap.DecodeHookFuncType
- type Curves
- func (v Curves) Check() bool
- func (v Curves) Code() string
- func (v Curves) CurveID() tls.CurveID
- func (v Curves) Int() int
- func (v Curves) Int32() int32
- func (v Curves) Int64() int64
- func (v Curves) MarshalCBOR() ([]byte, error)
- func (v Curves) MarshalJSON() ([]byte, error)
- func (v Curves) MarshalTOML() ([]byte, error)
- func (v Curves) MarshalText() ([]byte, error)
- func (v Curves) MarshalYAML() (interface{}, error)
- func (v Curves) String() string
- func (v Curves) TLS() tls.CurveID
- func (v Curves) Uint() uint
- func (v Curves) Uint16() uint16
- func (v Curves) Uint32() uint32
- func (v Curves) Uint64() uint64
- func (v *Curves) UnmarshalCBOR(bytes []byte) error
- func (v *Curves) UnmarshalJSON(bytes []byte) error
- func (v *Curves) UnmarshalTOML(i interface{}) error
- func (v *Curves) UnmarshalText(bytes []byte) error
- func (v *Curves) UnmarshalYAML(value *yaml.Node) error
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func ListString ¶
func ListString() []string
func ViperDecoderHook ¶
func ViperDecoderHook() libmap.DecodeHookFuncType
Types ¶
type Curves ¶
type Curves uint16
func (Curves) MarshalCBOR ¶
func (Curves) MarshalJSON ¶
func (Curves) MarshalTOML ¶
func (Curves) MarshalText ¶
func (Curves) MarshalYAML ¶
func (*Curves) UnmarshalCBOR ¶
func (*Curves) UnmarshalJSON ¶
func (*Curves) UnmarshalTOML ¶
func (*Curves) UnmarshalText ¶
func (*Curves) UnmarshalYAML ¶
Click to show internal directories.
Click to hide internal directories.