type crypto/x509/pkix.RevokedCertificate
11 uses
crypto/x509/pkix (current package)
pkix.go#L310: RevokedCertificates []RevokedCertificate `asn1:"optional"`
pkix.go#L316: type RevokedCertificate struct {
crypto/x509
parser.go#L1244: rcDeprecated := pkix.RevokedCertificate{
x509.go#L1855: func (c *Certificate) CreateCRL(rand io.Reader, priv any, revokedCerts []pkix.RevokedCertificate, now, expiry time.Time) (crlBytes []byte, err error) {
x509.go#L1867: revokedCertsUTC := make([]pkix.RevokedCertificate, len(revokedCerts))
x509.go#L2356: RevokedCertificates []pkix.RevokedCertificate
x509.go#L2400: RevokedCertificates []pkix.RevokedCertificate `asn1:"optional"`
x509.go#L2442: var revokedCerts []pkix.RevokedCertificate
x509.go#L2447: revokedCerts = make([]pkix.RevokedCertificate, len(template.RevokedCertificates))
x509.go#L2455: revokedCerts = make([]pkix.RevokedCertificate, len(template.RevokedCertificateEntries))
x509.go#L2464: rc := pkix.RevokedCertificate{
 |
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. |