Documentation ¶
Index ¶
- Variables
- func DefaultPrintCertificate(index int, certContainer helper.CertificateContainer)
- func Execute()
- func PopulateCertIdentifier(certSelector string, systemStoreName string) (helper.CertIdentifier, error)
- func PopulateCertIdentifierFromCertSelectorStr(certSelectorStr string) (helper.CertIdentifier, error)
- func PopulateCertIdentifierFromJsonStr(jsonStr string) (helper.CertIdentifier, error)
- func PopulateCredentialsOptions() error
- type MapEntry
- type PrintCertificate
Constants ¶
This section is empty.
Variables ¶
View Source
var ( X509_SUBJECT_KEY = "x509Subject" X509_ISSUER_KEY = "x509Issuer" X509_SERIAL_KEY = "x509Serial" )
View Source
var (
SIGN_STRING_TEST_VERSION uint16 = 1
)
View Source
var (
Version string
)
Functions ¶
func DefaultPrintCertificate ¶
func DefaultPrintCertificate(index int, certContainer helper.CertificateContainer)
func PopulateCertIdentifier ¶
func PopulateCertIdentifier(certSelector string, systemStoreName string) (helper.CertIdentifier, error)
Populates a CertIdentifier using a cert selector Note that this method can take in a file name as a the cert selector
func PopulateCertIdentifierFromCertSelectorStr ¶
func PopulateCertIdentifierFromCertSelectorStr(certSelectorStr string) (helper.CertIdentifier, error)
Populates a CertIdentifier object using a cert selector string
func PopulateCertIdentifierFromJsonStr ¶
func PopulateCertIdentifierFromJsonStr(jsonStr string) (helper.CertIdentifier, error)
func PopulateCredentialsOptions ¶
func PopulateCredentialsOptions() error
Populate CredentialsOpts that is used to aggregate all the information required to call CreateSession
Types ¶
type PrintCertificate ¶
type PrintCertificate func(int, helper.CertificateContainer)
Click to show internal directories.
Click to hide internal directories.