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#L1152: 			rcDeprecated := pkix.RevokedCertificate{
		x509.go#L1711: func (c *Certificate) CreateCRL(rand io.Reader, priv any, revokedCerts []pkix.RevokedCertificate, now, expiry time.Time) (crlBytes []byte, err error) {
		x509.go#L1723: 	revokedCertsUTC := make([]pkix.RevokedCertificate, len(revokedCerts))
		x509.go#L2232: 	RevokedCertificates []pkix.RevokedCertificate
		x509.go#L2276: 	RevokedCertificates []pkix.RevokedCertificate `asn1:"optional"`
		x509.go#L2317: 	var revokedCerts []pkix.RevokedCertificate
		x509.go#L2322: 		revokedCerts = make([]pkix.RevokedCertificate, len(template.RevokedCertificates))
		x509.go#L2330: 		revokedCerts = make([]pkix.RevokedCertificate, len(template.RevokedCertificateEntries))
		x509.go#L2339: 			rc := pkix.RevokedCertificate{