v2github.com/pion/dtls/v2/pkg/crypto/clientcertificate Index | Files

package clientcertificate

import "github.com/pion/dtls/v2/pkg/crypto/clientcertificate"

Package clientcertificate provides all the support Client Certificate types

Index

Functions

func Types

func Types() map[Type]bool

Types returns all valid ClientCertificate Types

Types

type Type

type Type byte

Type is used to communicate what type of certificate is being transported

https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-2

const (
	RSASign   Type = 1
	ECDSASign Type = 64
)

ClientCertificateType enums

Source Files

client_certificate.go

Version
v2.2.12 (latest)
Published
Jul 20, 2024
Platform
linux/amd64
Last checked
3 days ago

Tools for package owners.