type crypto/x509.KeyUsage
7 uses
crypto/x509 (current package)
parser.go#L344: func parseKeyUsageExtension(der cryptobyte.String) (KeyUsage, error) {
parser.go#L356: return KeyUsage(usage), nil
x509.go#L583: type KeyUsage int
x509.go#L588: KeyUsageDigitalSignature KeyUsage = 1 << iota // digitalSignature
x509.go#L722: KeyUsage KeyUsage
x509.go#L1422: func marshalKeyUsage(ku KeyUsage) (pkix.Extension, error) {
x509_string.go#L37: func (i KeyUsage) String() string {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |