crypto/x509.RevocationList.Number (field)
6 uses
crypto/x509 (current package)
parser.go#L1183: rl.Number = new(big.Int)
parser.go#L1184: if !value.ReadASN1Integer(rl.Number) {
x509.go#L2238: Number *big.Int
x509.go#L2308: if template.Number == nil {
x509.go#L2380: if numBytes := template.Number.Bytes(); len(numBytes) > 20 || (len(numBytes) == 20 && numBytes[0]&0x80 != 0) {
x509.go#L2383: crlNum, err := asn1.Marshal(template.Number)
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |