v3github.com/pion/dtls/v3/pkg/crypto/clientcertificate Index | Files

package clientcertificate

import "github.com/pion/dtls/v3/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
v3.0.4 (latest)
Published
Nov 4, 2024
Platform
linux/amd64
Last checked
1 week ago

Tools for package owners.