crypto

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2022 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CSRPEMBlockType  = "CERTIFICATE REQUEST"
	PublicKeyHeader  = "-----BEGIN PUBLIC KEY-----"
	PublicKeyFooter  = "-----END PUBLIC KEY-----"
	CertPEMBlockType = "CERTIFICATE"
	KeyPEMBlockType  = "RSA PRIVATE KEY"
)

Variables

This section is empty.

Functions

func CheckPEMBlock

func CheckPEMBlock(pemBlock *pem.Block, blockType string) error

func CreateCAPool

func CreateCAPool(CAPath string) (*x509.CertPool, error)

func ParseKeycloakPublicKey

func ParseKeycloakPublicKey(data []byte) (*rsa.PublicKey, error)

func ParseNewCSR

func ParseNewCSR(data []byte) (*x509.CertificateRequest, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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