crypto/x509.RevocationList.RevokedCertificates (field)

3 uses

	crypto/x509 (current package)
		x509.go#L2099: 	RevokedCertificates []pkix.RevokedCertificate
		x509.go#L2155: 	revokedCertsUTC := make([]pkix.RevokedCertificate, len(template.RevokedCertificates))
		x509.go#L2156: 	for i, rc := range template.RevokedCertificates {