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#L1252: 			rcDeprecated := pkix.RevokedCertificate{
		x509.go#L1838: func (c *Certificate) CreateCRL(rand io.Reader, priv any, revokedCerts []pkix.RevokedCertificate, now, expiry time.Time) (crlBytes []byte, err error) {
		x509.go#L1850: 	revokedCertsUTC := make([]pkix.RevokedCertificate, len(revokedCerts))
		x509.go#L2339: 	RevokedCertificates []pkix.RevokedCertificate
		x509.go#L2383: 	RevokedCertificates []pkix.RevokedCertificate `asn1:"optional"`
		x509.go#L2425: 	var revokedCerts []pkix.RevokedCertificate
		x509.go#L2430: 		revokedCerts = make([]pkix.RevokedCertificate, len(template.RevokedCertificates))
		x509.go#L2438: 		revokedCerts = make([]pkix.RevokedCertificate, len(template.RevokedCertificateEntries))
		x509.go#L2447: 			rc := pkix.RevokedCertificate{