certdiscover

package
v0.0.0-...-b60b6a8 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	LanguageNomatch = "nomatch"
	LanguagePython  = "python"
	LanguageNode    = "node.js"
	LanguageRuby    = "ruby"
	LanguageJava    = "java"
)
View Source
const (
	AppCertPathSuffixPython = "certifi/cacert.pem"
	AppCertPathSuffixNode   = "certifi/cacert.pem"
	AppCertPathSuffixRuby   = "lib/certifi/vendor/cacert.pem"
	AppCertPathSuffixJava   = "security/cacerts"
)
View Source
const (
	AppCertPathMatcherPython = "-packages/certifi/cacert.pem"
	AppCertPathMatcherNode   = "/node_modules/certifi/cacert.pem"
	AppCertPathMatcherRuby   = "/lib/certifi/vendor/cacert.pem"
	AppCertPathMatcherJava   = "/jre/lib/security/cacerts"
)
View Source
const AppCertPackageName = "certifi"

Variables

This section is empty.

Functions

func CACertDirList

func CACertDirList() []string

func CACertFileList

func CACertFileList() []string

func CACertPKDirList

func CACertPKDirList() []string

func CACertPKFileList

func CACertPKFileList() []string

func CertDirList

func CertDirList() []string

func CertExtraDirList

func CertExtraDirList() []string

func CertFileList

func CertFileList() []string

func CertPKDirList

func CertPKDirList() []string

func IsAppCertFile

func IsAppCertFile(name string) bool

func IsAppCertFileWithInfo

func IsAppCertFileWithInfo(name string) string

func IsCACertDir

func IsCACertDir(name string) bool

func IsCACertDirPath

func IsCACertDirPath(name string) bool

func IsCACertFile

func IsCACertFile(name string) bool

func IsCACertPKDir

func IsCACertPKDir(name string) bool

func IsCACertPKDirPath

func IsCACertPKDirPath(name string) bool

func IsCACertPKFile

func IsCACertPKFile(name string) bool

func IsCertData

func IsCertData(data []byte) bool

func IsCertDir

func IsCertDir(name string) bool

func IsCertDirPath

func IsCertDirPath(name string) bool

func IsCertFile

func IsCertFile(name string) bool

func IsCertHashName

func IsCertHashName(name string) bool

func IsCertPKDir

func IsCertPKDir(name string) bool

func IsCertPKDirPath

func IsCertPKDirPath(name string) bool

func IsPrivateKeyData

func IsPrivateKeyData(data []byte) bool

Types

This section is empty.

Jump to

Keyboard shortcuts

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