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 {