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#L1187: 			rcDeprecated := pkix.RevokedCertificate{
		x509.go#L1746: func (c *Certificate) CreateCRL(rand io.Reader, priv any, revokedCerts []pkix.RevokedCertificate, now, expiry time.Time) (crlBytes []byte, err error) {
		x509.go#L1758: 	revokedCertsUTC := make([]pkix.RevokedCertificate, len(revokedCerts))
		x509.go#L2247: 	RevokedCertificates []pkix.RevokedCertificate
		x509.go#L2291: 	RevokedCertificates []pkix.RevokedCertificate `asn1:"optional"`
		x509.go#L2332: 	var revokedCerts []pkix.RevokedCertificate
		x509.go#L2337: 		revokedCerts = make([]pkix.RevokedCertificate, len(template.RevokedCertificates))
		x509.go#L2345: 		revokedCerts = make([]pkix.RevokedCertificate, len(template.RevokedCertificateEntries))
		x509.go#L2354: 			rc := pkix.RevokedCertificate{