Documentation ¶
Index ¶
- type CertData
- type Validator
- func (v Validator) Read(certPath, keyPath, chainPath string) (CertData, error)
- func (v Validator) ReadAndValidate(certPath, keyPath, chainPath string) (CertData, error)
- func (v Validator) ReadAndValidatePKCS12(certPath, passwordPath string) (CertData, error)
- func (v Validator) ReadPKCS12(certPath, passwordPath string) (CertData, error)
- func (v Validator) Validate(cert, key, chain []byte) error
- func (v Validator) ValidatePKCS12(cert, password []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Validator ¶
type Validator struct{}
func NewValidator ¶
func NewValidator() Validator
func (Validator) ReadAndValidate ¶
func (Validator) ReadAndValidatePKCS12 ¶
func (Validator) ReadPKCS12 ¶
func (Validator) ValidatePKCS12 ¶
Click to show internal directories.
Click to hide internal directories.