package clientcertificate

Import Path
	github.com/pion/dtls/v3/pkg/crypto/clientcertificate (on go.dev)

Dependency Relation
	imports 0 packages, and imported by 3 packages

Involved Source Files Package clientcertificate provides all the support Client Certificate types
Package-Level Type Names (only one)
/* sort by: | */
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 func Types() map[Type]bool func github.com/pion/dtls/v3.CipherSuite.CertificateType() Type func github.com/pion/dtls/v3/internal/ciphersuite.(*AesCcm).CertificateType() Type func github.com/pion/dtls/v3/internal/ciphersuite.(*TLSEcdheEcdsaWithAes128GcmSha256).CertificateType() Type func github.com/pion/dtls/v3/internal/ciphersuite.(*TLSEcdheEcdsaWithAes256CbcSha).CertificateType() Type func github.com/pion/dtls/v3/internal/ciphersuite.(*TLSEcdhePskWithAes128CbcSha256).CertificateType() Type func github.com/pion/dtls/v3/internal/ciphersuite.(*TLSEcdheRsaWithAes128GcmSha256).CertificateType() Type func github.com/pion/dtls/v3/internal/ciphersuite.(*TLSEcdheRsaWithAes256CbcSha).CertificateType() Type func github.com/pion/dtls/v3/internal/ciphersuite.(*TLSEcdheRsaWithAes256GcmSha384).CertificateType() Type func github.com/pion/dtls/v3/internal/ciphersuite.(*TLSPskWithAes128CbcSha256).CertificateType() Type func github.com/pion/dtls/v3/internal/ciphersuite.(*TLSPskWithAes128GcmSha256).CertificateType() Type const ECDSASign const RSASign
Package-Level Functions (only one)
Types returns all valid ClientCertificate Types.
Package-Level Constants (total 2)
ClientCertificateType enums.
ClientCertificateType enums.